File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1414 uses : primer/.github/.github/workflows/deploy_preview.yml@main
1515 with :
1616 node_version : 16
17+ install : npm ci && cd docs && npm ci && cd ..
1718 build : npm run build:docs:preview
1819 output_dir : docs/public
Original file line number Diff line number Diff line change 3939 uses : primer/.github/.github/workflows/deploy.yml@main
4040 with :
4141 node_version : 16
42+ install : npm ci && cd docs && npm ci && cd ..
4243 build : npm run build:docs
4344 output_dir : docs/public
Original file line number Diff line number Diff line change 4949 "test:type-check" : " tsc --noEmit" ,
5050 "release" : " npm run build && changeset publish" ,
5151 "size" : " size-limit" ,
52- "postinstall" : " cd docs && npm i" ,
5352 "prepare" : " husky install"
5453 },
5554 "repository" : " primer/react" ,
You can’t perform that action at this time.
0 commit comments