Skip to content

Commit ffa4ef4

Browse files
derrickperssoncameel
authored andcommitted
Adding command to copy meta files into dist dir
1 parent 5e79fea commit ffa4ef4

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)