Skip to content

Commit

Permalink
fixes publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Jan 29, 2024
1 parent 634a3e9 commit eb34a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"docs": "cd packages/docs && pnpm run dev",
"dye": "cd packages/dye && pnpm run dev",
"dye:build": "cd packages/dye && pnpm run build",
"dye:publish": "cd packages/dye && pnpm run publish",
"dye:publish": "cd packages/dye && npm publish",
"build": "cd packages/core && tsc && vite build && copy package.json dist && copy README.md dist",
"publish": "cd packages/core/dist && npm publish",
"tree": "tree -I 'node_modules|dist'"
Expand Down

0 comments on commit eb34a7f

Please sign in to comment.