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 89eb603 commit 9d80870Copy full SHA for 9d80870
package.json
@@ -11,7 +11,7 @@
11
"demo:build": "vue-cli-service build",
12
"demo:serve": "vue-cli-service serve",
13
"dev": "cross-env NODE_ENV=development rollup --config build/rollup.config.es.js --watch",
14
- "prepublishOnly": "npm run test && npm run build",
+ "prepublishOnly": "npm run lint && npm run test && npm run build",
15
"test": "npm run test:types && npm run test:unit",
16
"lint": "eslint . --ext .js,.vue",
17
"test:unit": "vue-cli-service test:unit",
0 commit comments