Skip to content

Commit

Permalink
build: prepare cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 18, 2025
1 parent 1ef4fd4 commit 70dd98f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist"
],
"scripts": {
"build:site": "pnpm build && pnpm --filter=\"site\" run build",
"prepare": "bunchee",
"build": "bunchee",
"dev": "bunchee --watch",
"site": "next dev site",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"next": "15.1.5",
"codice": "workspace:*",
"codice": "link:../",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sugar-high": "^0.8.1"
Expand Down

0 comments on commit 70dd98f

Please sign in to comment.