Skip to content

Commit

Permalink
Merge branch 'contrib' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishchit14 committed Aug 23, 2023
2 parents 973256d + 322d5a9 commit 1eb2e05
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 1eb2e05

Please sign in to comment.