File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "scripts" : {
3
+ "postbump" : " export VERSION=$(jq -r .version package.json); sed -i -E \" s/@faker-js\\ /faker@v[0-9]+\\ .[0-9]+\\ .[0-9]+(-(alpha|beta|rc)\\ .[0-9]+)?/@faker-js\\ /faker@v$VERSION/g\" docs/guide/usage.md; git add docs/guide/usage.md"
4
+ },
2
5
"skip" : {
3
6
"tag" : true
4
7
},
Original file line number Diff line number Diff line change 28
28
"docs:test:e2e:ci" : " run-s docs:build:ci docs:test:e2e:run" ,
29
29
"docs:test:e2e:run" : " run-p --race docs:serve \" cypress run\" " ,
30
30
"docs:test:e2e:open" : " run-p --race docs:serve \" cypress open\" " ,
31
- "release" : " commit-and-tag-version" ,
31
+ "release" : " commit-and-tag-version --commit-all " ,
32
32
"prepublishOnly" : " pnpm run clean && pnpm install && pnpm run build" ,
33
33
"preflight" : " pnpm install && run-s generate format lint build test:update-snapshots ts-check"
34
34
},
You can’t perform that action at this time.
0 commit comments