forked from farhoodlabs/paperclip
fix(ui): remove runtime-only preflight hook dependency
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
+3
-4
@@ -14,11 +14,10 @@
|
|||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preflight:workspace-links": "tsx ../scripts/ensure-workspace-package-links.ts",
|
"dev": "vite",
|
||||||
"dev": "pnpm run preflight:workspace-links && vite",
|
"build": "tsc -b && vite build",
|
||||||
"build": "pnpm run preflight:workspace-links && tsc -b && vite build",
|
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"typecheck": "pnpm run preflight:workspace-links && tsc -b",
|
"typecheck": "tsc -b",
|
||||||
"clean": "rm -rf dist tsconfig.tsbuildinfo",
|
"clean": "rm -rf dist tsconfig.tsbuildinfo",
|
||||||
"prepack": "rm -f package.dev.json && cp package.json package.dev.json && node ../scripts/generate-ui-package-json.mjs",
|
"prepack": "rm -f package.dev.json && cp package.json package.dev.json && node ../scripts/generate-ui-package-json.mjs",
|
||||||
"postpack": "if [ -f package.dev.json ]; then mv package.dev.json package.json; fi"
|
"postpack": "if [ -f package.dev.json ]; then mv package.dev.json package.json; fi"
|
||||||
|
|||||||
Reference in New Issue
Block a user