Skip to content

Commit 71431c9

Browse files
committed
fixtures
Signed-off-by: ARYPROGRAMMER <arya.2023ug1104@iiitranchi.ac.in>
1 parent 4e9b18b commit 71431c9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint",
10-
"postinstall": "npm install --legacy-peer-deps"
9+
"lint": "next lint"
1110
},
1211
"dependencies": {
1312
"@clerk/nextjs": "^6.6.0",

wrangler.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "codex"
2+
type = "javascript"
3+
build.command = "npm install --legacy-peer-deps && npm run build"

0 commit comments

Comments
 (0)