Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed May 1, 2024
1 parent cc0f9dd commit 9ecf074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"build": "pnpm --filter tailwindcss-oklch run build",
"release": "pnpm --filter tailwindcss-oklch run release",
"release": "pnpm --filter tailwindcss-oklch run release && changeset publish",
"lint": "pnpm --filter tailwindcss-oklch run lint ",
"fmt": "prettier --check . --experimental-ternaries",
"fmt:fix": "prettier --write . --experimental-ternaries",
Expand Down
2 changes: 1 addition & 1 deletion src/tailwindcss-oklch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"release": "pnpm run build && changeset publish",
"release": "pnpm run build",
"lint": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit 9ecf074

Please sign in to comment.