File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change 2929 - name : Install package dependencies
3030 run : npm ci
3131
32+ - run : git config user.name "github-actions[bot]"
33+ - run : git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
34+
3235 - name : Create Release Pull Request
3336 uses : changesets/action@v1
3437 with :
Original file line number Diff line number Diff line change 6969 "docker:cover:integration" : " npm run docker:integration:run -- npm run cover:integration" ,
7070 "postdocker:integration:run" : " docker compose -f ./test/integration/docker-compose.yml down" ,
7171 "prepare" : " husky install || exit 0" ,
72- "changeset:version" : " changeset version" ,
72+ "changeset:version" : " changeset version && npm install " ,
7373 "changeset:publish" : " changeset publish"
7474 },
7575 "repository" : {
You can’t perform that action at this time.
0 commit comments