Skip to content

Commit

Permalink
debug: Landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
areknawo committed Jul 3, 2024
1 parent 5f5a49f commit 7d1dd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"packages/*"
],
"scripts": {
"build": "dotenv -- turbo run build",
"build": "dotenv -- turbo run build --env-mode=loose",
"publish": "turbo run publish",
"start": "dotenv -- turbo run start",
"start": "dotenv -- turbo run start --env-mode=loose",
"dev": "dotenv -- turbo run dev --env-mode=loose",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
Expand Down

0 comments on commit 7d1dd41

Please sign in to comment.