chore: Extract build cache script to NPM package (#737)

This commit is contained in:
Aaron
2024-06-17 11:09:18 -05:00
committed by GitHub
parent efc011eb81
commit 1a823cc008
10 changed files with 45 additions and 160 deletions
+2 -3
View File
@@ -21,9 +21,8 @@
"dist"
],
"scripts": {
"build": "pnpm -s build-deps && unbuild",
"check": "pnpm -s build-deps && check",
"build-deps": "pnpm -ws build-deps @wxt-dev/module-react"
"build": "buildc -- unbuild",
"check": "buildc --deps-only -- check"
},
"peerDependencies": {
"wxt": ">=0.18.5"