Skip to content

Commit 352a4cd

Browse files
build fix
1 parent 083736c commit 352a4cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '18'
21+
node-version: '19'
2222

2323
- name: Install Dependencies
2424
run: yarn install
@@ -27,9 +27,10 @@ jobs:
2727
run: |
2828
echo "REACT_APP_GOOGLE_AUTH_URL_PROD=${{ secrets.REACT_APP_GOOGLE_AUTH_URL_PROD }}" >> .env
2929
echo "REACT_APP_GITHUB_AUTH_URL_PROD=${{ secrets.REACT_APP_GITHUB_AUTH_URL_PROD }}" >> .env
30+
echo "TSC_COMPILE_ON_ERROR=true" >> .env
3031
3132
- name: Build Project
32-
run: yarn build
33+
run: yarn build --verbose
3334

3435
- name: Deploy Build via SCP to pa-001 machine
3536
uses: appleboy/scp-action@master

0 commit comments

Comments
 (0)