Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 0 additions & 130 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 6 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,22 @@
"test": "test"
},
"scripts": {
"clean": "git clean -f -- share",
"postinstall": "script/postinstall",
"posttest": "npm run lint",
"lint": "git ls-files bin script **/*.*sh | xargs shellcheck",
"verify-definitions": "scripty",
"scrape-definitions": "nodenv-update-version-defs --nodejs-pre --chakracore-pre --nodejs-nightly --chakracore-nightly -d $PWD/share/node-build/",
"submit-definitions": "scripty",
"clean": "git clean -f -- share",
"preversion": "scripty",
"submit-definitions": "node_modules/@nodenv/node-build-update-defs/script/submit-definitions",
"verify-definitions": "node_modules/@nodenv/node-build-update-defs/script/verify-definitions",
"preversion": "script/preversion",
"postversion": "npm publish",
"prepublishOnly": "npm run publish:github && npm run publish:brew",
"publish:brew": "brew-publish",
"publish:github": "scripty"
"publish:github": "script/publish/github"
},
"devDependencies": {
"@nodenv/node-build-update-defs": "^2.8.0",
"bats": "^0.4.2",
"brew-publish": "^2.3.1",
"scripty": "^2.0.0-0"
},
"scripty": {
"modules": [
"@nodenv/node-build-update-defs"
]
"brew-publish": "^2.3.1"
}
}
2 changes: 1 addition & 1 deletion script/preversion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# Usage: script/release-precheck
#
# - fetch from origin
Expand Down
2 changes: 1 addition & 1 deletion script/publish/github
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# Usage: script/publish/github <version>
#
# - creates a Release on github
Expand Down