chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-13 18:12:38 -07:00
parent 84204cda72
commit e57bc7e189
2 changed files with 5 additions and 2 deletions

View File

@@ -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"
}
}

View File

@@ -370,7 +370,10 @@
"options": {
"commands": [
{
"command": "npm run tsc && npm run jasmine"
"command": "npm run tsc"
},
{
"command": "npm run jasmine"
}
],
"cwd": "packages/webpack",