From c463c3fecfd63c5572a2d4b0b3de0eb34703748e Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Wed, 7 Apr 2021 10:52:13 +0100 Subject: [PATCH] Update nuke command to nuke docker stack as well --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a23864c108..cb577f20c3 100644 --- a/package.json +++ b/package.json @@ -23,11 +23,10 @@ "publishdev": "lerna run publishdev", "publishnpm": "yarn build && lerna publish --force-publish", "restore": "npm run clean && npm run bootstrap && npm run build", - "nuke": "rimraf ~/.budibase && npm run restore", + "nuke": "rimraf ~/.budibase && npm run restore && lerna run --parallel dev:stack:nuke", "clean": "lerna clean", "kill-port": "kill-port 4001", "dev": "yarn run kill-port && lerna link && lerna run --parallel dev:builder --concurrency 1", - "dev:nuke": "lerna run --parallel dev:stack:nuke", "test": "lerna run test", "lint": "eslint packages", "lint:fix": "eslint --fix packages",