|
|
@ -20,6 +20,7 @@
|
|
|
|
"check:type": "concurrently npm:check:type:client npm:check:type:server",
|
|
|
|
"check:type": "concurrently npm:check:type:client npm:check:type:server",
|
|
|
|
"check:type:client": "cd client/web && tsc --noEmit",
|
|
|
|
"check:type:client": "cd client/web && tsc --noEmit",
|
|
|
|
"check:type:server": "cd server && tsc --noEmit",
|
|
|
|
"check:type:server": "cd server && tsc --noEmit",
|
|
|
|
|
|
|
|
"publish:all": "pnpm -r publish --registry=https://registry.npmjs.com/",
|
|
|
|
"website": "cd website && pnpm dev",
|
|
|
|
"website": "cd website && pnpm dev",
|
|
|
|
"preinstall": "npx only-allow pnpm",
|
|
|
|
"preinstall": "npx only-allow pnpm",
|
|
|
|
"lint:fix": "eslint --fix './**/*.{ts,tsx}'",
|
|
|
|
"lint:fix": "eslint --fix './**/*.{ts,tsx}'",
|
|
|
|