Skip to content

Commit 609a544

Browse files
authored
Run build-hash instead of build in Github Actions
to fix the deposit-withdraw page missing issue (#3302 (comment))
1 parent fef5ff9 commit 609a544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-build-and-deploy-develop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- run: npm ci
23-
- run: npm run build
23+
- run: npm run build-hash
2424
- name: Create CNAME file
2525
uses: finnp/create-file-action@master
2626
env:

0 commit comments

Comments
 (0)