Skip to content

Commit f84543a

Browse files
committed
update
1 parent e5e3f7b commit f84543a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
# build
7-
npm run build
7+
npm run build:prod -- --report
88

99
# navigate into the build output directory
1010
cd dist

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"lint": "eslint --ext .js,.vue src",
1313
"test:unit": "jest --clearCache && vue-cli-service test:unit",
1414
"test:ci": "npm run lint && npm run test:unit",
15-
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
15+
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
16+
"deploy": "bash deploy.sh"
1617
},
1718
"dependencies": {
1819
"axios": "0.18.0",

0 commit comments

Comments
 (0)