Skip to content

Commit

Permalink
Update npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyFeliz committed Nov 17, 2019
1 parent 8f5b313 commit aa925ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"build": "vue-cli-service build",
"bundle": "./node_modules/@vue/cli-service/bin/vue-cli-service.js build --target lib --name vue-email-dropdown ./src/components/EmailDropdown.vue",
"publish": "npm publish --access public",
"test:unit": "vue-cli-service test:unit",
"test:unit:watch": "vue-cli-service test:unit --watch",
"test": "vue-cli-service test:unit",
"test:watch": "vue-cli-service test:unit --watch",
"lint": "vue-cli-service lint"
},
"dependencies": {
Expand Down

0 comments on commit aa925ed

Please sign in to comment.