We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c83382 commit 52df497Copy full SHA for 52df497
Makefile
@@ -8,6 +8,7 @@ dist: node_modules
8
.PHONY: publish
9
publish: dist
10
@jq --arg version $(VERSION) '. + { $$version }' < package.json > dist/package.json
11
+ cp Readme.md dist/
12
npm publish --access public dist/
13
14
.PHONY: clean
0 commit comments