Skip to content

Commit

Permalink
Update generate-tag command
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyFeliz committed Dec 5, 2019
1 parent f4cbe30 commit 925dc82
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 @@ -26,7 +26,7 @@
"serve": "vue-cli-service serve",
"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",
"generate-tag": "./node_modules/np/source/cli.js",
"generate-tag": "npm run bundle && ./node_modules/np/source/cli.js",
"publish": "npm publish --access public",
"test": "vue-cli-service test:unit",
"test:watch": "vue-cli-service test:unit --watch",
Expand Down

0 comments on commit 925dc82

Please sign in to comment.