Skip to content

Commit 9d80870

Browse files
committed
chore: lint before publish
1 parent 89eb603 commit 9d80870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"demo:build": "vue-cli-service build",
1212
"demo:serve": "vue-cli-service serve",
1313
"dev": "cross-env NODE_ENV=development rollup --config build/rollup.config.es.js --watch",
14-
"prepublishOnly": "npm run test && npm run build",
14+
"prepublishOnly": "npm run lint && npm run test && npm run build",
1515
"test": "npm run test:types && npm run test:unit",
1616
"lint": "eslint . --ext .js,.vue",
1717
"test:unit": "vue-cli-service test:unit",

0 commit comments

Comments
 (0)