Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
> [email protected] boot /Users/nishchit/Desktop/firecamp-engineering/apps/Firecamp
> pnpm install --shamefully-hoist

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
  • Loading branch information
Nishchit14 committed Aug 23, 2023
1 parent dade5bb commit 322d5a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 322d5a9

Please sign in to comment.