Skip to content

Commit 0acb4c5

Browse files
committed
chore: install cnpm for sync to npm mirror
1 parent 180d10a commit 0acb4c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"test": "turbo run test --filter=./packages/*",
1616
"lint": "turbo run lint",
1717
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
18-
"preinstall": "npx only-allow pnpm"
18+
"preinstall": "npx only-allow pnpm",
19+
"sync": "cnpm sync tailwindcss-patch unplugin-tailwindcss-mangle"
1920
},
2021
"devDependencies": {
2122
"@icebreakers/eslint-config-ts": "^1.0.4",

0 commit comments

Comments
 (0)