Thomas G. Lopes commited on
Commit
96cfab0
·
1 Parent(s): 05e5873

fix build command

Browse files
Files changed (1) hide show
  1. package.json +1 -1
package.json CHANGED
@@ -4,7 +4,7 @@
4
  "private": true,
5
  "scripts": {
6
  "dev": "vite dev",
7
- "build": "pnpm run update-ctx-length && vite build",
8
  "preview": "vite preview",
9
  "prepare": "ts-patch install && svelte-kit sync || echo ''",
10
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
 
4
  "private": true,
5
  "scripts": {
6
  "dev": "vite dev",
7
+ "build": "vite build",
8
  "preview": "vite preview",
9
  "prepare": "ts-patch install && svelte-kit sync || echo ''",
10
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",