Skip to content

Commit 5e0e305

Browse files
committed
Fix package.json build regression, sort dependencies
1 parent f5c11e8 commit 5e0e305

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,18 @@
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",

0 commit comments

Comments
 (0)