We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d798ad commit 2d1306bCopy full SHA for 2d1306b
1 file changed
package.json
@@ -26,7 +26,7 @@
26
"test": "npm run build && node --test dist/**/*.test.js",
27
"smoke": "npm run build && bash scripts/smoke.sh",
28
"package:smoke": "npm pack --dry-run",
29
- "release:check": "npm test && npm run smoke && npm run package:smoke"
+ "release:check": "npm run check && npm test && npm run smoke && npm run package:smoke"
30
},
31
"keywords": [
32
"git",
0 commit comments