Skip to content

Commit df544f5

Browse files
authored
Fix create script (#1939)
* Fix link script * rm lg
1 parent f043bb8 commit df544f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
"npm": ">= 8.19.4"
1010
},
1111
"scripts": {
12-
"lg": "lg",
1312
"init": "yarn && yarn build",
14-
"create-package": "lg-create",
13+
"create-package": "lg create",
1514
"prebuild": "turbo run build tsc --filter=@lg-tools/cli",
1615
"build": "turbo run build tsc",
1716
"build-storybook": "storybook build",

0 commit comments

Comments
 (0)