Skip to content

Commit

Permalink
Rename asyncronous builds to build:async
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Oct 31, 2024
1 parent 37dcb04 commit 5235393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/earn-protocol-landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"scripts": {
"dev": "dotenv -e ../../.env -e ../../.env.local -- next dev -p 3003 --turbo",
"build": "dotenv -e ../../.env -e ../../.env.local -- next build",
"build:async": "dotenv -e ../../.env -e ../../.env.local -- next build",
"start": "next start -p 3003",
"lint": "eslint ."
},
Expand Down
2 changes: 1 addition & 1 deletion apps/earn-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"scripts": {
"dev": "dotenv -e ../../.env -e ../../.env.local -- next dev -p 3002 --turbo",
"build": "dotenv -e ../../.env -e ../../.env.local -- next build",
"build:async": "dotenv -e ../../.env -e ../../.env.local -- next build",
"start": "dotenv -e ../../.env -e ../../.env.local -- next start -p 3002",
"lint": "eslint .",
"lint-timing": "TIMING=1 eslint ."
Expand Down

0 comments on commit 5235393

Please sign in to comment.