Skip to content

Commit df9f454

Browse files
Merge branch 'main' into Adnanarodiya/main
2 parents 4145a4b + 9dd1b75 commit df9f454

File tree

4 files changed

+267
-159
lines changed

4 files changed

+267
-159
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,4 @@ yarn-error.log*
3939
.xata
4040
.xatarc
4141

42-
src/xata.ts
43-
4442
.env

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "npm run xata:init && next build",
7+
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
1010
"xata:init": "node prebuild.mjs",

0 commit comments

Comments
 (0)