Skip to content

Commit

Permalink
Adding command to copy meta files into dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickpersson authored and cameel committed Aug 3, 2022
1 parent 5e79fea commit ffa4ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"build": "tsc",
"postbuild": "node build/postbuild.js",
"postbuild": "node build/postbuild.js && cp README.md LICENSE dist/",
"lint": "eslint --ext .js,.ts .",
"lint:fix": "eslint --fix --ext .js,.ts .",
"updateBinary": "node build/clean.js && ts-node ./downloadCurrentVersion.ts && ts-node ./verifyVersion.ts",
Expand Down

0 comments on commit ffa4ef4

Please sign in to comment.