Skip to content

Commit f92cafc

Browse files
committed
chore: build script error
1 parent 53d0c86 commit f92cafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"scripts": {
4141
"clean": "rimraf packages/*/dist",
4242
"build": "esno scripts/build.ts",
43-
"build:rollup": "NODE_OPTIONS=\"--max-old-space-size=6144\" rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild --bundleConfigAsCjs",
43+
"build:rollup": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild --bundleConfigAsCjs",
4444
"lint": "eslint .",
4545
"lint:fix": "eslint . --fix",
4646
"prepublishOnly": "nr build",

0 commit comments

Comments
 (0)