We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8568f8e commit 6a4154cCopy full SHA for 6a4154c
package.json
@@ -34,7 +34,7 @@
34
"lint": "yarn scripts lint",
35
"prepare": "husky",
36
"postinstall": "patch-package && yarn scripts:build",
37
- "scripts": "node --max-old-space-size=4096 scripts/bin.js",
+ "scripts": "node --max-old-space-size=4096 scripts/dist/bin.js",
38
"serve": "http-server --cors=* -c-1 -p 8022 ./build",
39
"template": "yarn scripts template",
40
"test": "yarn scripts test",
0 commit comments