There was an error while loading. Please reload this page.
1 parent 6231e94 commit d8b14fdCopy full SHA for d8b14fd
1 file changed
package.json
@@ -17,8 +17,8 @@
17
"lib/examples/default_esm_config.mjs"
18
],
19
"scripts": {
20
- "posttest": "eslint && prettier --check --ignore-path=.styleIgnore \"lib/**/*.js\" \"spec/**/*.js\" index.js",
21
- "test": "jasmine",
+ "lint": "eslint && prettier --check --ignore-path=.styleIgnore \"lib/**/*.js\" \"spec/**/*.js\" index.js",
+ "test": "jasmine && npm run lint",
22
"cleanup": "prettier --write --ignore-path=.styleIgnore \"lib/**/*.js\" \"spec/**/*.js\" index.js"
23
},
24
"repository": {
0 commit comments