mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user