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 924bded commit bfc719bCopy full SHA for bfc719b
package.json
@@ -15,11 +15,11 @@
15
"scripts": {
16
"clean": "rm -rf dist",
17
"lint": "eslint src/*.ts test/*.js",
18
- "prebuild": "npm run clean && npm run lint && npm run compile",
+ "prebuild": "npm run clean && npm run compile",
19
"compile": "tsc",
20
"build": "rollup -c",
21
"pretest": "npm run build",
22
- "test": "karma start karma.config.cjs",
+ "test": "npm run lint && karma start karma.config.cjs",
23
"prepublishOnly": "npm run build",
24
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
25
},
0 commit comments