File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 run : |
5757 yarn install --immutable
5858 yarn run init
59+ yarn run build:all
5960
6061 - name : Setup .yarnrc.yml
6162 run : |
Original file line number Diff line number Diff line change 7474 run : |
7575 yarn install --immutable
7676 yarn run init
77+ yarn run build:all
7778 yarn run update-package -v ${{ github.event.inputs.version }}
7879
7980 - name : Setup .yarnrc.yml
Original file line number Diff line number Diff line change 2020 "editor" : " INTEGRATION=editor npm run dev" ,
2121 "fs" : " INTEGRATION=filesystem npm run dev" ,
2222 "build" : " node scripts/build" ,
23+ "build:all" : " yarn run bundle && yarn run generate && yarn run build" ,
2324 "bundle" : " node scripts/bundle" ,
2425 "create" : " node scripts/create" ,
2526 "format" : " prettier --write --parser typescript \" packages/**/*.ts?(x)\" " ,
You can’t perform that action at this time.
0 commit comments