Skip to content

Commit 52df497

Browse files
committed
publish the readme
1 parent 6c83382 commit 52df497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dist: node_modules
88
.PHONY: publish
99
publish: dist
1010
@jq --arg version $(VERSION) '. + { $$version }' < package.json > dist/package.json
11+
cp Readme.md dist/
1112
npm publish --access public dist/
1213

1314
.PHONY: clean

0 commit comments

Comments
 (0)