Skip to content

Commit

Permalink
Fix npm postinstall govuk asset copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jun 28, 2023
1 parent e3aa511 commit 6d474a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lib": "lib"
},
"scripts": {
"postinstall": "cp -R node_modules/govuk-frontend/govuk/assets/images/ content/assets && cp node_modules/govuk-frontend/govuk/all.js content/javascripts/govuk-frontend.js",
"postinstall": "cp -R node_modules/govuk-frontend/govuk/assets/images content/assets && cp node_modules/govuk-frontend/govuk/all.js content/javascripts/govuk-frontend.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand Down

0 comments on commit 6d474a7

Please sign in to comment.