We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d728e commit a1c25efCopy full SHA for a1c25ef
1 file changed
Makefile
@@ -122,11 +122,7 @@ major: ## bump a major version
122
dist-py: # build python dists
123
python -m build -w -s
124
125
-<<<<<<< before updating
126
-dist-build-js: # build js dists
127
-=======
128
dist-js: # build js dists
129
->>>>>>> after updating
130
cd js; pnpm pack
131
132
dist-check: ## run python dist checker with twine
0 commit comments