We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb32f7 commit 4ef9808Copy full SHA for 4ef9808
Makefile
@@ -81,4 +81,11 @@ ifndef GH_TOKEN
81
endif
82
make install
83
npx lerna version --include-merged-tags --force-publish --conventional-commits --create-release github
84
- npx lerna publish from-git --yes
+ npx lerna publish from-git --yes
85
+
86
+.PHONY: cleanup
87
+cleanup:
88
+ rm -rf node_modules
89
+ cd packages/cli && rm -rf node_modules
90
+ cd packages/template && rm -rf node_modules
91
+ cd packages/server && rm -rf node_modules
0 commit comments