Reubencf commited on
Commit
feeb9d7
·
1 Parent(s): bb931e3

Fix package-lock.json sync and remove turbopack from build

Browse files
Files changed (2) hide show
  1. package-lock.json +0 -0
  2. package.json +1 -1
package-lock.json CHANGED
The diff for this file is too large to render. See raw diff
 
package.json CHANGED
@@ -4,7 +4,7 @@
4
  "private": true,
5
  "scripts": {
6
  "dev": "next dev --turbopack",
7
- "build": "next build --turbopack",
8
  "start": "next start",
9
  "lint": "eslint"
10
  },
 
4
  "private": true,
5
  "scripts": {
6
  "dev": "next dev --turbopack",
7
+ "build": "next build",
8
  "start": "next start",
9
  "lint": "eslint"
10
  },