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

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