mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): force tsc command to use local tsc from stencil
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user