From 322d5a9675b7969018a3c4fb412c2dc8c574bb1f Mon Sep 17 00:00:00 2001 From: Nishchit Dhanani Date: Wed, 23 Aug 2023 15:47:40 +0530 Subject: [PATCH] chore: > firecamp@3.2.2 boot /Users/nishchit/Desktop/firecamp-engineering/apps/Firecamp > pnpm install --shamefully-hoist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit playgrounds/firecamp-graphql |  WARN  The field "resolutions" was found in /Users/nishchit/Desktop/firecamp-engineering/apps/Firecamp/playgrounds/firecamp-graphql/package.json. This will not take effect. You should configure "resolutions" at the root of the workspace instead. playgrounds/firecamp-rest |  WARN  The field "resolutions" was found in /Users/nishchit/Desktop/firecamp-engineering/apps/Firecamp/playgrounds/firecamp-rest/package.json. This will not take effect. You should configure "resolutions" at the root of the workspace instead. Scope: all 16 workspace projects Lockfile is up to date, resolution step is skipped Already up to date Done in 4.5s command set to be run before dev and build command --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dfe4ae454..9aa8ed2e5 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,8 @@ "homepage": "./dev", "scripts": { "boot": "pnpm install --shamefully-hoist", - "bootstrap": "pnpm install --shamefully-hoist", - "dev": "run-p build:workspace webpack:dev", - "build": "run-s validate:release build:workspace webpack:prod", + "dev": "pnpm boot && run-p build:workspace webpack:dev", + "build": "pnpm boot && run-s validate:release build:workspace webpack:prod", "build:workspace": "pnpm --filter=@firecamp/scripts --filter=@firecamp/rest-executor --filter=@firecamp/ws-executor --filter=@firecamp/socket.io-executor build", "webpack:dev": "webpack serve --config ./webpack.dev.js", "webpack:prod": "webpack --config ./webpack.prod.js",