1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-01 05:41:31 +00:00

use local typescript for npm build

This commit is contained in:
Steven Hugg 2018-10-03 15:13:22 -04:00
parent 716205a2b1
commit e4b7e1375c

View File

@ -25,7 +25,7 @@
"test": "tests"
},
"scripts": {
"build": "tsc",
"build": "./node_modules/typescript/bin/tsc",
"test": "npm run test-node",
"test-one": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000",
"test-node": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 test/cli",