File tree Expand file tree Collapse file tree 8 files changed +2261
-6982
lines changed Expand file tree Collapse file tree 8 files changed +2261
-6982
lines changed Original file line number Diff line number Diff line change 99 uses : actions/setup-node@v3
1010 with :
1111 node-version : ' 12.x'
12- - run : npm ci
13- - run : npm run build
12+ - run : yarn install --frozen-lockfile
13+ - run : yarn run build
Original file line number Diff line number Diff line change 99 uses : actions/setup-node@v3
1010 with :
1111 node-version : ' 12.x'
12- - run : npm ci
13- - run : npm run lint
12+ - run : yarn install --frozen-lockfile
13+ - run : yarn run lint
Original file line number Diff line number Diff line change 1212 with :
1313 node-version : ' 16.x'
1414 registry-url : ' https://registry.npmjs.org'
15- - run : npm ci
15+ - run : yarn install --frozen-lockfile
1616 - run : npm publish --access public
1717 env :
1818 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 99 uses : actions/setup-node@v3
1010 with :
1111 node-version : ' 12.x'
12- - run : npm ci
13- - run : npm run prettier
12+ - run : yarn install --frozen-lockfile
13+ - run : yarn run prettier
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Then run the following commands:
2626
2727```
2828# download schemas
29- npm run update-protos
29+ yarn run update-protos
3030# format schemas
31- npm run generate
31+ yarn run generate
3232```
You can’t perform that action at this time.
0 commit comments