Skip to content

Commit eb1a9eb

Browse files
committed
chore: rename prepare.js into install-from-github.js
This is what it actually does.
1 parent eeceda4 commit eb1a9eb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

prepare.js install-from-github.js

File renamed without changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"debug-test": "node --inspect-brk test/test.js",
2323
"test-doclint": "node utils/doclint/check_public_api/test/test.js && node utils/doclint/preprocessor/test.js",
2424
"test": "npm run lint --silent && npm run ccoverage && npm run fcoverage && npm run wcoverage && npm run test-doclint && node utils/testrunner/test/test.js",
25-
"prepare": "node prepare.js",
25+
"prepare": "node install-from-github.js",
2626
"lint": "([ \"$CI\" = true ] && eslint --quiet -f codeframe --ext js,ts ./src || eslint --ext js,ts ./src) && npm run tsc && npm run doc",
2727
"doc": "node utils/doclint/cli.js",
2828
"ccoverage": "cross-env COVERAGE=true npm run ctest",

0 commit comments

Comments
 (0)