From e57bc7e189d3f3fd105657f324e5682a12d6a6a8 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 13 Jul 2020 18:12:38 -0700 Subject: [PATCH] chore: cleanup --- packages/webpack/package.json | 2 +- workspace.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 9999787a4..8ae7852f1 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -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" } } diff --git a/workspace.json b/workspace.json index ab2be4483..2a24876fe 100644 --- a/workspace.json +++ b/workspace.json @@ -370,7 +370,10 @@ "options": { "commands": [ { - "command": "npm run tsc && npm run jasmine" + "command": "npm run tsc" + }, + { + "command": "npm run jasmine" } ], "cwd": "packages/webpack",