We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09843a0 commit 7f69184Copy full SHA for 7f69184
1 file changed
.circleci/config.yml
@@ -29,7 +29,7 @@ jobs:
29
release:
30
working_directory: ~/react-forms
31
docker:
32
- - image: circleci/node
+ - image: circleci/node:10
33
steps:
34
- attach_workspace:
35
at: ~/react-forms
@@ -41,22 +41,18 @@ jobs:
41
deploy:
42
43
44
45
46
47
48
- run:
49
name: Install Firebase Tools
50
command: |
51
npm install --prefix=./firebase-deploy firebase-tools
52
- - run:
53
- name: Move to demo
54
- command: |
55
- cd packages/react-renderer-demo
56
57
name: Deploy demo
58
59
- yarn deploy --token=$FIREBASE_TOKEN
+ yarn --cwd packages/react-renderer-demo/ deploy --token=$FIREBASE_TOKEN
60
61
workflows:
62
version: 2
0 commit comments