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 43d8e56 commit 937e779Copy full SHA for 937e779
package.json
@@ -18,12 +18,12 @@
18
},
19
"scripts": {
20
"test": "bats ${CI:+--tap} test",
21
- "verify-definitions": "script/verify-definitions",
+ "verify-definitions": "scripty",
22
"scrape-definitions": "nodenv update-version-defs --destination $PWD/share/node-build/",
23
- "submit-definitions": "script/submit-definitions -r",
+ "submit-definitions": "scripty -r",
24
"publish:brew": "brew-publish $npm_package_name v$npm_package_version",
25
"publish:github": "git push --follow-tags && script/release-github",
26
- "preversion": "script/release-precheck",
+ "preversion": "scripty",
27
"postversion": "npm run publish:github && npm run publish:brew"
28
29
"devDependencies": {
script/release-precheck renamed to script/preversion
0 commit comments