mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-24 04:01:17 +01:00
yarn deploy only deploys exportTable function
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"serve": "npm run build && firebase serve --only functions",
|
||||
"shell": "npm run build && firebase functions:shell",
|
||||
"start": "npm run shell",
|
||||
"deploy": "firebase deploy",
|
||||
"deploy": "firebase deploy --only functions:exportTable",
|
||||
"deployFT": "firebase deploy",
|
||||
"logs": "firebase functions:log"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@@ -12,10 +12,14 @@ steps:
|
||||
entrypoint: yarn
|
||||
args: ["install"]
|
||||
dir: "cloud_functions/functions"
|
||||
- name: node:10.15.1
|
||||
entrypoint: yarn
|
||||
args: ["fetchConfig"]
|
||||
dir: "cloud_functions/functions"
|
||||
- name: node:10.15.1
|
||||
entrypoint: yarn
|
||||
args:
|
||||
- "deploy"
|
||||
- "deployFT"
|
||||
- "--project"
|
||||
- "${_PROJECT_ID}"
|
||||
- "--token"
|
||||
|
||||
Reference in New Issue
Block a user