Skip to content

Commit 09caa56

Browse files
committed
chore: update package script
1 parent 5fca953 commit 09caa56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"license": "MIT",
5151
"scripts": {
5252
"start": "npm run develop",
53-
"build": "NODE_OPTIONS=--max-old-space-size=4096 dumi build",
54-
"develop": "NODE_OPTIONS=--max-old-space-size=4096 dumi dev",
53+
"build": "dumi build",
54+
"dev": "dumi dev",
5555
"deploy": " npm run build && npm run gh-pages",
5656
"gh-pages": "gh-pages -d dist",
5757
"copy-mirror-action": "mkdir -p public/.github/workflows && cp .github/workflows/mirror.yml public/.github/workflows",

0 commit comments

Comments
 (0)