Skip to content

Commit

Permalink
stick to prepare to avoid re-running yarn for addons everytime during…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
jerch committed Oct 26, 2019
1 parent 03435a9 commit 5b3a093
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
"posttest": "npm run lint",
"test-api": "mocha \"**/*.api.js\"",
"test-unit": "node ./bin/test.js",
"prebuild": "node ./bin/install-addons.js",
"build": "tsc -b ./tsconfig.all.json",
"prepare": "npm run build",
"prepare": "npm run setup",
"setup": "npm run build",
"presetup": "node ./bin/install-addons.js",
"prepublishOnly": "npm run package",
"watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput",
"benchmark": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json",
Expand Down

0 comments on commit 5b3a093

Please sign in to comment.