Closed MuluhGodson closed 3 years ago
This PR https://github.com/creativecommons/vocabulary/pull/996 reorganized the scripts files but the changes weren't updated in the package.json file.
package.json
The new package.json scripts should be:
"scripts": { "serve": "start-storybook -p 6006 --ci -s ./src/assets", "test:unit": "vue-cli-service test:unit", "lint": "vue-cli-service lint", "build:fonts": "bash ./scripts/build/fonts.sh", "build:storybook": "build-storybook -o ./docs -s ./src/assets", "build:vocabulary": "bash ./scripts/build/vocabulary.sh", "build:vue-vocabulary": "bash ./scripts/build/vue_vocabulary.sh", "test:vue-vocabulary": "vue-cli-service test:unit" },
npm run build:fonts
scripts should build correctly
@brylie Hello I have already updated the changes and will be happy to open a PR if assigned.
Thanks. I've assigned you :smile:
Description
This PR https://github.com/creativecommons/vocabulary/pull/996 reorganized the scripts files but the changes weren't updated in the
package.json
file.The new
package.json
scripts should be:Reproduction
npm run build:fonts
Expectation
scripts should build correctly
Screenshots
Additional context
Resolution