Skip to content

Commit

Permalink
fix(commerce): memory issue when bundler fails (Blazity#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaoxuan authored Jul 17, 2024
1 parent e22f39c commit 81e661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"prebuild": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"build": "cross-env FORCE_COLOR=1 tsup **/*.ts --format esm,cjs --dts --external react",
"dev": "cross-env FORCE_COLOR=1 tsup **/*.ts --format esm,cjs --watch --dts --external react --onSuccess 'node dist/index.mjs about'",
"dev": "yarn clean && cross-env FORCE_COLOR=1 tsup **/*.ts --format esm,cjs --watch --dts --external react --onSuccess 'node dist/index.mjs about'",
"lint": "cross-env FORCE_COLOR=1 eslint .",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"test": "cross-env FORCE_COLOR=1 jest --passWithNoTests",
Expand Down

0 comments on commit 81e661a

Please sign in to comment.