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 1d89218 commit 18abbb0Copy full SHA for 18abbb0
package.json
@@ -15,7 +15,9 @@
15
"license": "BSD-2-Clause",
16
"scripts": {
17
"karma": "karma start test/karma.conf.js",
18
- "lint": "eslint *.js"
+ "lint": "eslint *.js",
19
+ "pretest": "npm run lint",
20
+ "test": "npm run karma -- --single-run --log-level error"
21
},
22
"devDependencies": {
23
"eslint": "^5.15.0",
0 commit comments