Skip to content

Commit 2d1306b

Browse files
committed
chore: harden release check script
1 parent 7d798ad commit 2d1306b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "npm run build && node --test dist/**/*.test.js",
2727
"smoke": "npm run build && bash scripts/smoke.sh",
2828
"package:smoke": "npm pack --dry-run",
29-
"release:check": "npm test && npm run smoke && npm run package:smoke"
29+
"release:check": "npm run check && npm test && npm run smoke && npm run package:smoke"
3030
},
3131
"keywords": [
3232
"git",

0 commit comments

Comments
 (0)