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.
1 parent 5e79fea commit ffa4ef4Copy full SHA for ffa4ef4
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