chore(build): force tsc command to use local tsc from stencil

This commit is contained in:
Dan Bucholtz
2017-11-16 10:03:06 -06:00
parent ab72d92393
commit e50d7fbfe4

View File

@@ -24,7 +24,7 @@
},
"scripts": {
"build": "stencil build",
"tsc": "tsc -p .",
"tsc": "./node_modules/.bin/tsc -p .",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"",
"e2e": "node ./scripts/run-e2e.js",
"snapshot": "node ./scripts/e2e.js --snapshot",