jbilcke-hf HF staff commited on
Commit
135382f
1 Parent(s): d41065b
Files changed (1) hide show
  1. package.json +1 -1
package.json CHANGED
@@ -5,7 +5,7 @@
5
  "scripts": {
6
  "patch": "cp -f patch.js node_modules/fluent-ffmpeg/index.js",
7
  "dev": "next dev",
8
- "build": "bun run patch && next build",
9
  "start": "next start",
10
  "lint": "next lint"
11
  },
 
5
  "scripts": {
6
  "patch": "cp -f patch.js node_modules/fluent-ffmpeg/index.js",
7
  "dev": "next dev",
8
+ "build": "npm run patch && next build",
9
  "start": "next start",
10
  "lint": "next lint"
11
  },