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 5e79fea + ffa4ef4 commit c802964Copy full SHA for c802964
package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"build": "tsc",
11
- "postbuild": "node build/postbuild.js",
+ "postbuild": "node build/postbuild.js && cp README.md LICENSE dist/",
12
"lint": "eslint --ext .js,.ts .",
13
"lint:fix": "eslint --fix --ext .js,.ts .",
14
"updateBinary": "node build/clean.js && ts-node ./downloadCurrentVersion.ts && ts-node ./verifyVersion.ts",
0 commit comments