Skip to content

Commit a3d1842

Browse files
committed
workflowにprebuildのスクリプトを追加
1 parent dd3ce33 commit a3d1842

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/firebase-deploy-development.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Build
3333
run: |
3434
yarn install
35+
node pre_build_script/swEnvBuild.js
3536
yarn build
3637
env:
3738
APIKEY: ${{ secrets.APIKEY_DEV }}

.github/workflows/firebase-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Build
3333
run: |
3434
yarn install
35+
node pre_build_script/swEnvBuild.js
3536
yarn build
3637
env:
3738
APIKEY: ${{ secrets.APIKEY }}

0 commit comments

Comments
 (0)