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

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