Skip to content

Commit eacaddf

Browse files
committed
chore: ci pnpm build and do patch
1 parent 0f5ab74 commit eacaddf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
- name: Install Dependencies
2828
run: pnpm i
2929

30+
- name: Build
31+
run: pnpm build
32+
33+
- name: Patch
34+
working-directory: packages/tailwindcss-patch
35+
run: pnpm run patch
36+
3037
- name: Create Release Pull Request or Publish to npm
3138
id: changesets
3239
uses: changesets/action@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
1717
"preinstall": "npx only-allow pnpm",
1818
"sync": "cnpm sync @tailwindcss-mangle/shared @tailwindcss-mangle/config tailwindcss-patch unplugin-tailwindcss-mangle @tailwindcss-mangle/core",
19-
"publish-packages": "pnpm run build && pnpm run test && changeset version && changeset publish"
19+
"publish-packages": "pnpm run test && changeset version && changeset publish"
2020
},
2121
"devDependencies": {
2222
"@changesets/changelog-github": "^0.4.8",

0 commit comments

Comments
 (0)