Skip to content

Commit

Permalink
Merge branch 'rec' of github.com:rharkor/next-boilerplate into rec
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Dec 10, 2023
2 parents 2d4c625 + 8973be6 commit dceb04b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-boilerplate/app",
"version": "3.0.0",
"version": "1.0.0-rec.1",
"scripts": {
"dev": "npm run is-initialized && npx prisma migrate dev && cross-env FORCE_COLOR=1 next dev",
"build": "next build",
Expand Down
4 changes: 2 additions & 2 deletions packages/landing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-boilerplate/landing",
"version": "3.0.0",
"version": "1.0.0-rec.1",
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
Expand Down

0 comments on commit dceb04b

Please sign in to comment.