We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fca953 commit 09caa56Copy full SHA for 09caa56
package.json
@@ -50,8 +50,8 @@
50
"license": "MIT",
51
"scripts": {
52
"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",
+ "build": "dumi build",
+ "dev": "dumi dev",
55
"deploy": " npm run build && npm run gh-pages",
56
"gh-pages": "gh-pages -d dist",
57
"copy-mirror-action": "mkdir -p public/.github/workflows && cp .github/workflows/mirror.yml public/.github/workflows",
0 commit comments