File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - uses : actions/setup-node@v1
1313 with :
1414 node-version : " 12.x"
15+ - run : yarn install --frozen-lockfile
1516 - run : yarn build-docs
1617 - run : yarn install --frozen-lockfile
1718 - uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change 2828 "cmd" : " node --trace-warnings dist/cmd.js" ,
2929 "build-test" : " yarn build && yarn test" ,
3030 "build-cmd" : " yarn build && yarn cmd" ,
31- "build-docs" : " yarn build && yarn build -docs-theme && typedoc" ,
32- "build-docs-theme" : " cd doc-theme && yarn install && yarn build && rimraf node_modules && cd .." ,
31+ "build-docs" : " yarn build-docs-theme && typedoc" ,
32+ "build-docs-theme" : " cd doc-theme && yarn install --frozen-lockfile && yarn build && rimraf node_modules && cd .." ,
3333 "watch-docs" : " yarn typedoc --watch" ,
3434 "audit-fix" : " npm_config_yes=true npx yarn-audit-fix --flow=convert"
3535 },
You can’t perform that action at this time.
0 commit comments