Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
fix: add readme to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipPyrek committed Feb 21, 2024
1 parent 56072b2 commit cbb74f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"scripts": {
"prepare": "husky install",
"build": "rm -rf dist && tsc && jq 'del(.scripts.prepare) | .main = \"src/index.js\" | .bin.\"create-buttonize\" = \"./bin/create-buttonize.js\"' package.json > dist/package.json && cp LICENSE dist && cp -r presets dist",
"build": "rm -rf dist && tsc && jq 'del(.scripts.prepare) | .main = \"src/index.js\" | .bin.\"create-buttonize\" = \"./bin/create-buttonize.js\"' package.json > dist/package.json && cp LICENSE dist && cp README.md dist && cp -r presets dist",
"build:watch": "tsc --watch",
"lint": "eslint 'src' 'bin' --quiet --ext .ts,.tsx,.cjs,.mjs,.js,.jsx",
"lint:fix": "pnpm run lint --fix",
Expand Down

0 comments on commit cbb74f8

Please sign in to comment.