- Updated workflow and pre-commit to work with PNPM, modified package.json to preinstall PNPM only.

This commit is contained in:
Greg L
2023-11-23 13:33:52 -05:00
parent e2b63e06d6
commit 35ad74f8a3
6 changed files with 10 additions and 6 deletions
+1
View File
@@ -10,6 +10,7 @@
"components"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "kill-port 3000 5173 && pnpm --filter \"./packages/**\" dev",
"build": "pnpm --filter \"./packages/**\" build",
"start": "kill-port 3000 && run-script-os",