From 9a9cfc9733bd355e70dbdd33becec2a698d99f1e Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 14 Jul 2020 11:49:09 -0700 Subject: [PATCH] chore: cleanup --- package.json | 1 + packages/core/__tests__/e2e/automated/package.json | 4 ++-- packages/core/__tests__/e2e/playground/package.json | 2 +- packages/core/__tests__/e2e/ui/package.json | 4 ++-- workspace.json | 4 ++-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 82646b0b5..eb92a372f 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "nativescript-theme-core": "^1.0.4" }, "devDependencies": { + "nativescript": "~6.8.0-rc.2", "@nativescript/hook": "^1.0.0", "@nrwl/eslint-plugin-nx": "~9.5.1", "@nrwl/jest": "~9.5.1", diff --git a/packages/core/__tests__/e2e/automated/package.json b/packages/core/__tests__/e2e/automated/package.json index 9cff1cd46..11c70e6d8 100644 --- a/packages/core/__tests__/e2e/automated/package.json +++ b/packages/core/__tests__/e2e/automated/package.json @@ -17,10 +17,10 @@ }, "dependencies": { "nativescript-theme-core": "file:../../../../../node_modules/nativescript-theme-core", - "@nativescript/core": "file:../../../../../dist/packages/nativescript-core-7.0.0-rc.12.tgz" + "@nativescript/core": "file:../../../" }, "devDependencies": { - "@nativescript/webpack": "file:../../../../webpack/nativescript-webpack.tgz", + "@nativescript/webpack": "file:../../../../../dist/packages/nativescript-webpack.tgz", "typescript": "file:../../../../../node_modules/typescript" }, "gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3", diff --git a/packages/core/__tests__/e2e/playground/package.json b/packages/core/__tests__/e2e/playground/package.json index 3c422acc5..7a4b49c5e 100644 --- a/packages/core/__tests__/e2e/playground/package.json +++ b/packages/core/__tests__/e2e/playground/package.json @@ -17,7 +17,7 @@ "@nativescript/core": "file:../../../" }, "devDependencies": { - "@nativescript/webpack": "file:../../../../webpack/nativescript-webpack.tgz", + "@nativescript/webpack": "file:../../../../../dist/packages/nativescript-webpack.tgz", "typescript": "file:../../../../../node_modules/typescript" } } diff --git a/packages/core/__tests__/e2e/ui/package.json b/packages/core/__tests__/e2e/ui/package.json index a43edb3d9..595dffc11 100644 --- a/packages/core/__tests__/e2e/ui/package.json +++ b/packages/core/__tests__/e2e/ui/package.json @@ -14,10 +14,10 @@ "repository": "", "dependencies": { "nativescript-theme-core": "file:../../../../../node_modules/nativescript-theme-core", - "@nativescript/core": "file:../../../../../dist/packages/nativescript-core-7.0.0-rc.12.tgz" + "@nativescript/core": "file:../../../" }, "devDependencies": { - "@nativescript/webpack": "file:../../../../webpack/nativescript-webpack.tgz", + "@nativescript/webpack": "file:../../../../../dist/packages/nativescript-webpack.tgz", "typescript": "file:../../../../../node_modules/typescript" }, "gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4", diff --git a/workspace.json b/workspace.json index 030340818..d64c4d107 100644 --- a/workspace.json +++ b/workspace.json @@ -382,14 +382,14 @@ }, "build": { "builder": "@nrwl/workspace:run-commands", - "outputs": ["dist/packages/webpack"], + "outputs": ["dist/packages"], "options": { "commands": [ { "command": "npm run setup" }, { - "command": "mv \"$(npm pack | tail -n 1)\" nativescript-webpack.tgz" + "command": "mv \"$(npm pack | tail -n 1)\" ../../dist/packages/nativescript-webpack.tgz" } ], "cwd": "packages/webpack",