Skip to content

Commit 937e779

Browse files
committed
scripty scripts
1 parent 43d8e56 commit 937e779

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
},
1919
"scripts": {
2020
"test": "bats ${CI:+--tap} test",
21-
"verify-definitions": "script/verify-definitions",
21+
"verify-definitions": "scripty",
2222
"scrape-definitions": "nodenv update-version-defs --destination $PWD/share/node-build/",
23-
"submit-definitions": "script/submit-definitions -r",
23+
"submit-definitions": "scripty -r",
2424
"publish:brew": "brew-publish $npm_package_name v$npm_package_version",
2525
"publish:github": "git push --follow-tags && script/release-github",
26-
"preversion": "script/release-precheck",
26+
"preversion": "scripty",
2727
"postversion": "npm run publish:github && npm run publish:brew"
2828
},
2929
"devDependencies": {
File renamed without changes.

0 commit comments

Comments
 (0)