mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Set hosting target
This commit is contained in:
@@ -16,7 +16,12 @@ steps:
|
||||
entrypoint: yarn
|
||||
args: ["build"]
|
||||
dir: "www"
|
||||
|
||||
- name: node:10.15.1
|
||||
entrypoint: yarn
|
||||
args:
|
||||
- "target"
|
||||
- "${_HOSTING_TARGET}"
|
||||
dir: "www"
|
||||
- name: node:10.15.1
|
||||
entrypoint: yarn
|
||||
args:
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"target": "firebase target:apply hosting firetable",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
|
||||
Reference in New Issue
Block a user