зеркало из https://github.com/electron/electron.git
build: add pretest script to create TS definitions (#38201)
This commit is contained in:
Родитель
7a03509b71
Коммит
911900eae9
|
@ -109,6 +109,7 @@
|
||||||
"preinstall": "node -e 'process.exit(0)'",
|
"preinstall": "node -e 'process.exit(0)'",
|
||||||
"prepack": "check-for-leaks",
|
"prepack": "check-for-leaks",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
|
"pretest": "npm run create-typescript-definitions",
|
||||||
"repl": "node ./script/start.js --interactive",
|
"repl": "node ./script/start.js --interactive",
|
||||||
"start": "node ./script/start.js",
|
"start": "node ./script/start.js",
|
||||||
"test": "node ./script/spec-runner.js",
|
"test": "node ./script/spec-runner.js",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче