From 9ecf07482f84af039f4e0438881679236a3f7981 Mon Sep 17 00:00:00 2001 From: Martossy Alex Date: Wed, 1 May 2024 16:37:42 +0200 Subject: [PATCH] Fix publish --- package.json | 2 +- src/tailwindcss-oklch/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c538d8e..c31a87e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/tailwindcss-oklch/package.json b/src/tailwindcss-oklch/package.json index e512382..f8a2de5 100644 --- a/src/tailwindcss-oklch/package.json +++ b/src/tailwindcss-oklch/package.json @@ -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": {