We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083736c commit 352a4cdCopy full SHA for 352a4cd
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node.js
19
uses: actions/setup-node@v3
20
with:
21
- node-version: '18'
+ node-version: '19'
22
23
- name: Install Dependencies
24
run: yarn install
@@ -27,9 +27,10 @@ jobs:
27
run: |
28
echo "REACT_APP_GOOGLE_AUTH_URL_PROD=${{ secrets.REACT_APP_GOOGLE_AUTH_URL_PROD }}" >> .env
29
echo "REACT_APP_GITHUB_AUTH_URL_PROD=${{ secrets.REACT_APP_GITHUB_AUTH_URL_PROD }}" >> .env
30
+ echo "TSC_COMPILE_ON_ERROR=true" >> .env
31
32
- name: Build Project
- run: yarn build
33
+ run: yarn build --verbose
34
35
- name: Deploy Build via SCP to pa-001 machine
36
uses: appleboy/scp-action@master
0 commit comments