Skip to content

Commit 80c1455

Browse files
committed
chore: yarn pack -> yarn pack-core
1 parent afb095e commit 80c1455

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# gcp_sa_key: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_EXAMTRAINING_C20CD }}
2020
- run: yarn
2121
- run: yarn build
22-
- run: yarn pack
22+
- run: yarn pack-core
2323
- run: firebase login:list
2424
- run: firebase deploy --only hosting
2525
- run: firebase deploy --only functions
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"start:emulator": "firebase emulators:start",
1818
"build": "yarn workspaces foreach --all --topological --verbose run build",
1919
"build:watch": "yarn workspaces foreach --all --parallel --interlaced run build:watch",
20-
"pack": "./pack.sh",
20+
"pack-core": "./pack-core.sh",
2121
"format": "prettier --write --ignore-unknown .",
2222
"format:check": "prettier --check --ignore-unknown .",
2323
"postinstall": "husky install"

0 commit comments

Comments
 (0)