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 fdf95d4 commit a1eeabcCopy full SHA for a1eeabc
package.json
@@ -42,7 +42,8 @@
42
"test:downstream": "NODE_CONFIG_ENV=devel npm --prefix ../cve-pkg-tester run test",
43
"prettier": "prettier --config .prettierrc --write .",
44
"prep:publish": "npm pack --dry-run",
45
- "coverage": "jest --coverage"
+ "coverage": "jest --coverage",
46
+ "prepare": "npm run build:all"
47
},
48
"license": "(CC0)",
49
"dependencies": {
0 commit comments