Skip to content

Commit

Permalink
build-dev will build NODE_ENV=development
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawton committed Sep 19, 2022
1 parent 2237b81 commit c764593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.staging
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NODE_ENV=development
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"serve": "vite preview",
"build": "vite build",
"build-dev": "vite build --mode staging",
"dev": "vite",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.js,.vue",
Expand Down

0 comments on commit c764593

Please sign in to comment.