Skip to content

Commit

Permalink
fix(ci): ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
dreambo8563 committed Apr 17, 2019
1 parent 313c1fd commit 09d6018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target wc --name vue-simple-drawer src/components/Drawer/index.vue",
"test": "bash ./deploy.sh",
"test": "vue-cli-service build --target wc --name vue-simple-drawer src/components/Drawer/index.vue",
"pages": "vue-cli-service build --dest docs",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
Expand Down

0 comments on commit 09d6018

Please sign in to comment.