List of questions
Related questions
Question 62 - Certified B2C Commerce Developer discussion
A developer needs to update the package.json file so that it points to the hook file for a cartridge, using the hooks keyword.
Which snippets works correctly when added to the file?
A.
{"hooks": "./scripts/hooks.json"}
B.
{hooks: ./cartridge/scripts/hooks.json}
C.
{hooks: ./scripts/hooks.json}
D.
{"hooks": "./cartridge/scripts/hooks.json"}
Your answer:
0 comments
Sorted by
Leave a comment first