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 9ea58e3 commit be87467Copy full SHA for be87467
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"lint": "eslint ./lib --ext .js,.json,.css",
18
"lint:fix": "prettier --write ./lib && eslint ./lib --ext .js,.json,.css --fix",
19
- "build": "vite build && npm pack",
+ "build": "npm run lint && vite build && npm pack",
20
"makedocs": "jsdoc -r lib -d docs/api"
21
},
22
"devDependencies": {
0 commit comments