Skip to content

Commit c802964

Browse files
authored
Merge pull request #640 from derrickpersson/gh-issue-635-readme-and-license-missing-from-npm-package
Adding command to copy meta files into dist dir
2 parents 5e79fea + ffa4ef4 commit c802964

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
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"build": "tsc",
11-
"postbuild": "node build/postbuild.js",
11+
"postbuild": "node build/postbuild.js && cp README.md LICENSE dist/",
1212
"lint": "eslint --ext .js,.ts .",
1313
"lint:fix": "eslint --fix --ext .js,.ts .",
1414
"updateBinary": "node build/clean.js && ts-node ./downloadCurrentVersion.ts && ts-node ./verifyVersion.ts",

0 commit comments

Comments
 (0)