File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1818 name : Deploy preview
1919 with :
2020 node_version : 14
21- install : yarn
21+ install : yarn && cd docs && yarn && cd ..
2222 build : yarn build:docs:preview
2323 output_dir : docs/public
2424
Original file line number Diff line number Diff line change 4646 uses : primer/.github/.github/workflows/deploy.yml@main
4747 with :
4848 node_version : 14
49- install : yarn
49+ install : yarn && cd docs && yarn && cd ..
5050 build : yarn build:docs
5151 output_dir : docs/public
Original file line number Diff line number Diff line change 3535 "prepublishOnly" : " script/prepublish" ,
3636 "start" : " yarn dev" ,
3737 "dev" : " cd docs && yarn && yarn develop" ,
38- "postinstall" : " cd docs && yarn" ,
3938 "pretest" : " yarn dist && script/pretest" ,
4039 "test" : " NODE_OPTIONS=--experimental-vm-modules yarn jest" ,
4140 "release" : " changeset publish" ,
You can’t perform that action at this time.
0 commit comments