This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Incorrect build script documentation #730
Labels
🐛 bug
Something isn’t working the way it should.
documentation
Issue or pull request related to documentation.
Bug report
What happened
Applying the build process scripts detailed in the documentation cause build errors when run on Windows when running
npm run watch
.What I expected to happen
Build process to complete successfully with no errors shown. Error appears to be npm having difficulty finding the placeholder for each script key within
package.json
.doesn't work :
"build": "build:css && npm run build:autoprefix"
works :
"build": "npm run build:css && npm run build:autoprefix"
Reproducing
https://designsystem.gov.au/get-started/development-environment/#scripts
n/a
Windows 10
Steps to reproduce:
scripts
section inpackage.json
npm run watch
Attachments
The text was updated successfully, but these errors were encountered: