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 49986f9 commit 757adccCopy full SHA for 757adcc
package.json
@@ -19,7 +19,8 @@
19
"main": "./lib/index.js",
20
"sideEffects": false,
21
"scripts": {
22
- "test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
+ "pretest": "run-s build",
23
+ "test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
24
"lint:lockfile": "lockfile-lint",
25
"lint:js": "eslint . --cache",
26
"lint:js:fix": "run-s 'lint:js -- --fix'",
0 commit comments