We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03435a9 commit 5b3a093Copy full SHA for 5b3a093
package.json
@@ -16,9 +16,10 @@
16
"posttest": "npm run lint",
17
"test-api": "mocha \"**/*.api.js\"",
18
"test-unit": "node ./bin/test.js",
19
- "prebuild": "node ./bin/install-addons.js",
20
"build": "tsc -b ./tsconfig.all.json",
21
- "prepare": "npm run build",
+ "prepare": "npm run setup",
+ "setup": "npm run build",
22
+ "presetup": "node ./bin/install-addons.js",
23
"prepublishOnly": "npm run package",
24
"watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput",
25
"benchmark": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json",
0 commit comments