Skip to content

Commit 2b9c849

Browse files
committed
revert functions to npm
1 parent c986038 commit 2b9c849

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/firebase-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
firebase deploy -f --only hosting --project things-to-complete
4444
4545
- name: Install Functions dependencies
46-
run: pnpm install
46+
run: npm install
4747
working-directory: ./functions
4848

4949
- name: Deploy functions

README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
https://things-to-complete.web.app/
22

3+
needs node 23.10.+
34

45
needs pnpm 10.12.+
56
```bash

firebase.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"*.local"
2626
],
2727
"predeploy": [
28-
"pnpm --prefix \"$RESOURCE_DIR\" run lint",
29-
"pnpm --prefix \"$RESOURCE_DIR\" run build"
28+
"npm --prefix \"$RESOURCE_DIR\" run lint",
29+
"npm --prefix \"$RESOURCE_DIR\" run build"
3030
]
3131
}
3232
]

0 commit comments

Comments
 (0)