Skip to content

Commit ca012ec

Browse files
committed
chore: update pkg.json
1 parent d6c61a6 commit ca012ec

File tree

4 files changed

+7725
-22683
lines changed

4 files changed

+7725
-22683
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"node": ">=18.0.0"
99
},
1010
"scripts": {
11-
"build": "pnpm run -r build",
11+
"build": "turbo run build --filter=./packages/*",
1212
"dev": "pnpm -r run dev",
1313
"test": "vitest run",
1414
"test:dev": "vitest",
1515
"lint": "eslint packages/**/*.ts --fix",
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 test && changeset version && changeset publish",
19+
"publish-packages": "pnpm run build && pnpm run test && changeset version && changeset publish",
2020
"-------": "-----------",
2121
"release": "changeset",
2222
"pr": "changeset pre enter alpha",

0 commit comments

Comments
 (0)