Skip to content

Commit 5331a3f

Browse files
authored
fix(chore): modify lerna cmd in makefile (#2338)
1 parent 6c4a499 commit 5331a3f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,5 @@ generate-packages:
4141
generate-global-sdk-package:
4242
pnpm run generateGlobalSdkPackage
4343

44-
publish: install-dependencies
45-
pnpm run build
46-
pnpm lerna changed
47-
pnpm exec lerna publish -y --registry $(NPM_PUBLISH_REGISTRY) --ignore-scripts
44+
publish:
45+
pnpm lerna version -y --no-private --force-git-tag --create-release github

0 commit comments

Comments
 (0)