CognxSafeTrack Claude Sonnet 4.6 commited on
Commit
91bb670
·
1 Parent(s): ced47d3

fix(netlify): remove redundant pnpm install — already on Node 20 image

Browse files
Files changed (1) hide show
  1. netlify.toml +1 -1
netlify.toml CHANGED
@@ -1,6 +1,6 @@
1
  [build]
2
  base = "."
3
- command = "npm install -g pnpm && pnpm install --frozen-lockfile && pnpm --filter @repo/database generate && pnpm --filter @repo/shared-types build && pnpm --filter admin build"
4
  publish = "apps/admin/dist"
5
 
6
  [build.environment]
 
1
  [build]
2
  base = "."
3
+ command = "pnpm install --frozen-lockfile && pnpm --filter @repo/database generate && pnpm --filter @repo/shared-types build && pnpm --filter admin build"
4
  publish = "apps/admin/dist"
5
 
6
  [build.environment]