Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 8acd22e

Browse files
committed
internal: Fix setup script.
1 parent 9d40bc1 commit 8acd22e

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
@@ -4,7 +4,7 @@
44
"scripts": {
55
"beemo": "node packages/cli/lib/bin.js",
66
"docs": "cd website && yarn run start",
7-
"setup": "yarn run build && yarn run beemo create-config",
7+
"setup": "yarn run build",
88
"check": "yarn run type && yarn run test && yarn run lint",
99
"build": "packemon build --addEngines",
1010
"pack": "NODE_ENV=production packemon pack --addEngines --declaration=standard",

0 commit comments

Comments
 (0)