We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db5397f + 5519b40 commit 19af35aCopy full SHA for 19af35a
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"prebuild": "rimraf dist",
8
"build": "tsc",
9
- "postbuild": "cp package.json dist/package.json",
+ "postbuild": "cp package.json dist && cp README.md dist && cp .npmrc dist",
10
"format": "prettier --write \"lib/**/*.ts\"",
11
"cspell": "cspell",
12
"prepare": "is-ci || husky",
0 commit comments