We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e3f7b commit f84543aCopy full SHA for f84543a
deploy.sh
@@ -4,7 +4,7 @@
4
set -e
5
6
# build
7
-npm run build
+npm run build:prod -- --report
8
9
# navigate into the build output directory
10
cd dist
package.json
@@ -12,7 +12,8 @@
12
"lint": "eslint --ext .js,.vue src",
13
"test:unit": "jest --clearCache && vue-cli-service test:unit",
14
"test:ci": "npm run lint && npm run test:unit",
15
- "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
+ "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
16
+ "deploy": "bash deploy.sh"
17
},
18
"dependencies": {
19
"axios": "0.18.0",
0 commit comments