summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index f77fe3c..3c6ef31 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,8 @@
"license": "MIT",
"typings": "./svg.js.d.ts",
"scripts": {
- "build": "npx rollup -c",
+ "build": "npx eslint ./src --fix && npx rollup -c",
+ "rollup": "npx rollup -c",
"lint": "npx eslint ./src",
"fix": "npx eslint ./src --fix",
"test": "npx karma start .config/karma.conf.js --single-run",