Skip to content

Commit 323f056

Browse files
committed
CI: false
1 parent b1fd53d commit 323f056

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
run: |
5858
cd order-ui
5959
npm run build
60+
env:
61+
CI: false
6062

6163
- name: Start frontend for verification
6264
run: |

order-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",
19-
"build": "react-scripts build",
19+
"build": "CI=false react-scripts build",
2020
"test": "react-scripts test",
2121
"eject": "react-scripts eject"
2222
},

0 commit comments

Comments
 (0)