Skip to content

Commit

Permalink
fix: add cp license and readme to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Oct 3, 2024
1 parent 74024e3 commit 0775c0a
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 @@ -68,7 +68,7 @@
"upstash"
],
"scripts": {
"build": "tsup && cp ./package.json ./dist",
"build": "tsup && cp README.md ./dist/ && cp package.json ./dist/ && cp LICENSE ./dist/",
"test": "bun test src",
"fmt": "prettier --write .",
"lint": "tsc && eslint \"{src,platforms}/**/*.{js,ts,tsx}\" --quiet --fix",
Expand Down

0 comments on commit 0775c0a

Please sign in to comment.