chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-14 11:49:09 -07:00
parent 7da542688d
commit 9a9cfc9733
5 changed files with 8 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@@ -14,10 +14,10 @@
"repository": "<fill-your-repository-here>",
"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",

View File

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