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 d217bf8 commit 48460e3Copy full SHA for 48460e3
package.json
@@ -20,8 +20,9 @@
20
"build:browser": "rollup --config build/rollup.config.browser.js",
21
"build:es": "rollup --config build/rollup.config.es.js",
22
"build:umd": "rollup --config build/rollup.config.umd.js",
23
- "prepublishOnly": "npm run build",
24
- "dev": "cross-env NODE_ENV=development rollup --config build/rollup.config.es.js --watch"
+ "prepublishOnly": "npm run lint && npm run build",
+ "dev": "cross-env NODE_ENV=development rollup --config build/rollup.config.es.js --watch",
25
+ "lint": "eslint --ext .js,.vue src"
26
},
27
"repository": {
28
"type": "git",
0 commit comments