Skip to content

Commit c3b8710

Browse files
committed
chore: remove build step in release script
1 parent edfd135 commit c3b8710

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: nr build
3939

4040
- name: Publish
41-
run: pnpm publish -r --filter ./packages/*
41+
run: pnpm publish -r --no-git-checks --filter ./packages/*
4242

4343
- run: nlx changelogithub
4444
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint . && prettier . --check",
1111
"lint:fix": "eslint . --fix && prettier . --write",
1212
"prepublishOnly": "nr build",
13-
"release": "bumpp package.json packages/*/package.json --commit --push --tag && nr build",
13+
"release": "bumpp package.json packages/*/package.json --commit --push --tag",
1414
"test": "vitest",
1515
"test:all": "nr test && nr test:typecheck",
1616
"test:coverage": "vitest --coverage",

0 commit comments

Comments
 (0)