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 d197552 commit 4680c97Copy full SHA for 4680c97
package.json
@@ -39,9 +39,11 @@
39
},
40
"scripts": {
41
"lint": "standard",
42
- "pretest": "npm run build",
+ "pretest": "npm run lint",
43
+ "pretests-only": "npm run build",
44
"tests-only": "node test",
- "test": "npm run tests-only && npm run lint",
45
+ "test": "npm run tests-only",
46
+ "posttest": "npx npm@\">= 10.2\" audit --production",
47
"prepare": "npm run build",
48
"build:self": "babel src --out-dir .",
49
"build": "npm-run-all --parallel build:*"
0 commit comments