Skip to content

Commit

Permalink
Update apps/web/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Baur <[email protected]>
  • Loading branch information
quexten and justindbaur authored Dec 19, 2024
1 parent 4a25f36 commit 56afd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@bitwarden/web-vault",
"version": "2024.12.1",
"scripts": {
"build:oss": "NODE_OPTIONS=\"--max-old-space-size=8192\" webpack",
"build:bit": "NODE_OPTIONS=\"--max-old-space-size=8192\" webpack -c ../../bitwarden_license/bit-web/webpack.config.js",
"build:oss": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" webpack",
"build:bit": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" webpack -c ../../bitwarden_license/bit-web/webpack.config.js",
"build:oss:watch": "webpack serve",
"build:bit:watch": "webpack serve -c ../../bitwarden_license/bit-web/webpack.config.js",
"build:bit:dev": "cross-env ENV=development npm run build:bit",
Expand Down

0 comments on commit 56afd4b

Please sign in to comment.