File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/react-renderer-demo Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
49
49
name : Predeploy demo
50
50
command : |
51
51
yarn --cwd packages/react-renderer-demo/ create-deploy-files
52
- - store_artifacts :
53
- when : on_fail
54
- name : Uploading predeploy failure artifact to assist with debugging
55
- path : /home/circleci/.npm/_logs/*.log
52
+ - persist_to_workspace :
53
+ root : ~/react-forms
54
+ paths :
55
+ - packages/react-renderer-demo/dist/*
56
56
deploy :
57
57
working_directory : ~/react-forms
58
58
docker :
Original file line number Diff line number Diff line change 9
9
"dev" : " next \" src/app/\" " ,
10
10
"preserve" : " npm run build-public && npm run build-funcs && npm run build-app && npm run copy-deps && npm run install-deps" ,
11
11
"serve" : " cross-env NODE_ENV=production firebase serve" ,
12
- "create-deploy-files" : " npm run build-public; npm run build-funcs; npm run build-app; npm run copy-deps" ,
12
+ "create-deploy-files" : " yarn build-public && yarn build-funcs && yarn build-app && yarn copy-deps" ,
13
13
"deploy" : " NODE_ENV=production firebase deploy" ,
14
14
"clean" : " rimraf \" dist/functions/**\" && rimraf \" dist/public\" " ,
15
15
"build-public" : " cpx \" src/public/**/*.*\" \" dist/public\" -C" ,
You can’t perform that action at this time.
0 commit comments