Skip to content

Commit 6a4154c

Browse files
committed
Remove scripts/bin.js and add /dist as in #314
1 parent 8568f8e commit 6a4154c

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint": "yarn scripts lint",
3535
"prepare": "husky",
3636
"postinstall": "patch-package && yarn scripts:build",
37-
"scripts": "node --max-old-space-size=4096 scripts/bin.js",
37+
"scripts": "node --max-old-space-size=4096 scripts/dist/bin.js",
3838
"serve": "http-server --cors=* -c-1 -p 8022 ./build",
3939
"template": "yarn scripts template",
4040
"test": "yarn scripts test",

0 commit comments

Comments
 (0)