Skip to content

Commit

Permalink
🐛 FIX: publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jycouet committed Dec 28, 2024
1 parent e424150 commit 6ca4fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "module",
"scripts": {
"dev:w": "cd website && npm run dev",
"build": "pnpm -F \"!website\" build",
"release:version": "npm run changeset version",
"release": "npm run build && changeset publish",
"reset": "git clean -xdf",
Expand Down

0 comments on commit 6ca4fcd

Please sign in to comment.