Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Dec 18, 2024
1 parent a79aa7f commit da2c8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/web/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.env

# dependencies
/node_modules
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "pnpm next dev",
"build:self-host": "pnpm next build",
"build": "pnpm next build",
"build": "pnpm run db:migrate && pnpm next build",
"start": "pnpm next start",
"lint": "pnpm next lint",
"test": "jest",
Expand Down

0 comments on commit da2c8b5

Please sign in to comment.