|
22 | 22 | }, |
23 | 23 | "scripts": { |
24 | 24 | "init": "supabase login", |
25 | | - "setup": "npm run genenv && npm run migrate", |
26 | | - "dev": "npm run setup && npm run serve", |
27 | | - "build": "npm run setup && tsc", |
| 25 | + "setup": "pnpm run genenv && pnpm run migrate", |
| 26 | + "dev": "pnpm run setup && pnpm run serve", |
| 27 | + "build": "pnpm run setup && tsc", |
28 | 28 | "serve": "tsx scripts/serve.ts", |
29 | 29 | "stop": "supabase stop", |
30 | 30 | "check-types": "tsc --noEmit --skipLibCheck", |
31 | | - "check-schema": "tsx scripts/lintSchemas.ts && supabase stop && npm run dbdiff", |
| 31 | + "check-schema": "tsx scripts/lintSchemas.ts && supabase stop && pnpm run dbdiff", |
32 | 32 | "lint": "eslint . && tsx scripts/lintSchemas.ts && tsx scripts/lintFunctions.ts", |
33 | 33 | "lint:fix": "eslint --fix . && tsx scripts/lintSchemas.ts -f && tsx scripts/lintFunctions.ts", |
34 | 34 | "migrate": "tsx scripts/migrate.ts", |
35 | | - "test": "npm run build && cucumber-js", |
| 35 | + "test": "pnpm run build && cucumber-js", |
36 | 36 | "genenv": "tsx scripts/createEnv.mts", |
37 | 37 | "gentypes": "tsx scripts/genTypes.ts", |
38 | 38 | "dbdiff": "supabase stop && supabase db diff", |
|
0 commit comments