File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
# gcp_sa_key: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_EXAMTRAINING_C20CD }}
20
20
- run : yarn
21
21
- run : yarn build
22
- - run : yarn pack
22
+ - run : yarn pack-core
23
23
- run : firebase login:list
24
24
- run : firebase deploy --only hosting
25
25
- run : firebase deploy --only functions
File renamed without changes.
Original file line number Diff line number Diff line change 17
17
"start:emulator" : " firebase emulators:start" ,
18
18
"build" : " yarn workspaces foreach --all --topological --verbose run build" ,
19
19
"build:watch" : " yarn workspaces foreach --all --parallel --interlaced run build:watch" ,
20
- "pack" : " ./pack.sh" ,
20
+ "pack-core " : " ./pack-core .sh" ,
21
21
"format" : " prettier --write --ignore-unknown ." ,
22
22
"format:check" : " prettier --check --ignore-unknown ." ,
23
23
"postinstall" : " husky install"
You can’t perform that action at this time.
0 commit comments