Skip to content

Commit 19af35a

Browse files
Merge pull request #9 from hodfords-solutions/chore/update-package-json
chore: update package json
2 parents db5397f + 5519b40 commit 19af35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"prebuild": "rimraf dist",
88
"build": "tsc",
9-
"postbuild": "cp package.json dist/package.json",
9+
"postbuild": "cp package.json dist && cp README.md dist && cp .npmrc dist",
1010
"format": "prettier --write \"lib/**/*.ts\"",
1111
"cspell": "cspell",
1212
"prepare": "is-ci || husky",

0 commit comments

Comments
 (0)