Skip to content

Commit

Permalink
Restore production build script
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Jorsch <[email protected]>
  • Loading branch information
nateweller and anomiex authored Nov 19, 2024
1 parent 8870b01 commit 8b8d666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/js-packages/scan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pnpm run build"
],
"build-production": [
"pnpm run build"
"NODE_ENV=production BABEL_ENV=production pnpm run build"
],
"test-js": [
"pnpm run test"
Expand Down

0 comments on commit 8b8d666

Please sign in to comment.