Skip to content

Commit

Permalink
Merge pull request #194 from upstash/fix-missing-readme-in-build
Browse files Browse the repository at this point in the history
Add cp license and readme to dist
  • Loading branch information
CahidArda authored Oct 3, 2024
2 parents 74024e3 + 0775c0a commit 714efe8
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 714efe8

Please sign in to comment.