mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -99,6 +99,6 @@
|
||||
"nyc": "^15.1.0",
|
||||
"proxyquire": "~2.1.0",
|
||||
"source-map-support": "^0.5.13",
|
||||
"typescript": "file:../../node_modules/typescript"
|
||||
"typescript": "~3.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -370,7 +370,10 @@
|
||||
"options": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "npm run tsc && npm run jasmine"
|
||||
"command": "npm run tsc"
|
||||
},
|
||||
{
|
||||
"command": "npm run jasmine"
|
||||
}
|
||||
],
|
||||
"cwd": "packages/webpack",
|
||||
|
||||
Reference in New Issue
Block a user