Skip to content

Commit

Permalink
chore: prepare 스크립트 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 6, 2024
1 parent 7dd9e1a commit 8f68070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/wow-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"dev": "rm -rf .next && next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings 0",
"prepare": "panda codegen"
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@gdsc-hongik/wow-icons": "workspace:^",
Expand Down
3 changes: 1 addition & 2 deletions packages/wow-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"author": "",
"license": "ISC",
"scripts": {
"prepare": "panda codegen",
"build": "rm -rf dist && rollup -c && tsc --emitDeclarationOnly && panda cssgen --outfile dist/styles.css",
"build": "rm -rf dist && rollup -c --bundleConfigAsCjs && tsc --emitDeclarationOnly && panda cssgen --outfile dist/styles.css",
"lint": "eslint . --max-warnings 0",
"generate:component": "turbo gen react-component",
"storybook": "storybook dev -p 6006",
Expand Down

0 comments on commit 8f68070

Please sign in to comment.