Skip to content

Commit 8424c08

Browse files
committed
Add command for alpha build
1 parent d290a3c commit 8424c08

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

env/alpha

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
PORT=61234
2-
HTTPS=true
31
REACT_APP_BACKEND_SPECIFIC_API="https://alpha.opensist.tech/"

env/beta

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
PORT=61234
2-
HTTPS=true

env/local

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PORT=61234
2+
HTTPS=true

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@
4848
"zod": "3.22.4"
4949
},
5050
"scripts": {
51-
"start:alpha": "dotenv -e env/alpha -- react-scripts start",
52-
"start:beta": "dotenv -e env/beta -- react-scripts start",
53-
"build": "CI=false react-scripts build"
51+
"start:alpha": "dotenv -e env/local -e env/alpha -- react-scripts start",
52+
"start:beta": "dotenv -e env/local -e env/beta -- react-scripts start",
53+
"build": "CI=false react-scripts build",
54+
"build:alpha": "dotenv -e env/alpha -- CI=false react-scripts build"
5455
},
5556
"eslintConfig": {
5657
"extends": [

0 commit comments

Comments
 (0)