Skip to content

Commit

Permalink
scripts: Add prepublishOnly script (#106)
Browse files Browse the repository at this point in the history
* scripts: Add `prepublishOnly` script

* misc: Omit `run` in `yarn`
  • Loading branch information
Antonio Román authored and bdistin committed Mar 3, 2019
1 parent 33fe3e2 commit 3600bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Node.js native fs promises with next-generation extra methods.",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc",
"test": "yarn build && ava test/*.ts",
"test:lint": "tslint '{test,src}/**/*.ts'",
Expand Down

0 comments on commit 3600bb8

Please sign in to comment.