File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1111 "license" : " MIT" ,
1212 "scripts" : {
1313 "serve" : " vue-cli-service serve" ,
14- "build" : " vue-cli-service build" ,
14+ "build" : " vue-cli-service build && shx rm -rf ./docs && shx cp -r ./dist ./docs " ,
1515 "test:unit" : " vue-cli-service test:unit" ,
1616 "test:e2e" : " vue-cli-service test:e2e" ,
1717 "lint" : " vue-cli-service lint" ,
1818 "test" : " vue-cli-service test:unit --coverage && vue-cli-service test:e2e && npm run test:cypress" ,
1919 "i18n:report" : " vue-cli-service i18n:report -v --src src/**/*.vue --locales src/locales/**.json -o output.json" ,
20- "test:cypress " : " node_modules/.bin/cypress open " ,
21- "convertLocales " : " node src/utils/locales.mjs "
20+ "convertLocales " : " node src/utils/locales.mjs " ,
21+ "test:cypress " : " node_modules/.bin/cypress open "
2222 },
2323 "dependencies" : {
2424 "@creativecommons/vocabulary" : " ^2020.11.3" ,
2525 "@creativecommons/vue-vocabulary" : " ^2020.11.3" ,
26- "@fullhuman/postcss-purgecss" : " ^3.1.3" ,
2726 "@sentry/vue" : " ^5.29.2" ,
2827 "bulma" : " ^0.9.1" ,
2928 "clipboard" : " ^2.0.6" ,
You can’t perform that action at this time.
0 commit comments