Skip to content

Commit

Permalink
fix: run dev in draft
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Mar 4, 2024
1 parent 1eb2b6a commit 731244c
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 @@ -5,7 +5,7 @@
"main": "index.js",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "VERSION=draft next dev",
"build": "VERSION=published next build",
"build:draft": "VERSION=draft next build",
"start": "next start",
Expand All @@ -29,4 +29,4 @@
"postcss": "^8.4.31",
"tailwindcss": "^3.2.1"
}
}
}

0 comments on commit 731244c

Please sign in to comment.