Skip to content

Commit

Permalink
no need to copy README
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Jun 29, 2021
1 parent 5dd8fdb commit 56c81aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ dist/
/*.mjs
/*.d.ts

*.tgz
/README.md
*.tgz
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"build:tsc:esm": "tsc --module es2015 --outDir dist/esm",
"build:tsc:cjs": "tsc",
"build:proxies": "./generate-proxies.sh",
"prepack:readme": "cp ../README.md README.md",
"prepack": "run-s prepack:readme build"
"prepack": "run-s build"
},
"devDependencies": {
"@types/basic-auth": "^1.1.3",
Expand Down

0 comments on commit 56c81aa

Please sign in to comment.