Skip to content

Commit

Permalink
prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
sadorlovsky committed Dec 17, 2016
1 parent 312e267 commit 391fab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lissie",
"version": "0.5.2",
"version": "0.5.3",
"description": "CLI tool for generate LICENSE",
"main": "dist/lissie.js",
"bin": {
Expand All @@ -14,7 +14,7 @@
"pretest": "del coverage",
"prebuild": "del dist",
"build": "babel src -d dist --ignore \"**/*.test.js\"",
"prepublish": "npm run lint && npm run test && npm run build"
"prepublishOnly": "npm run lint && npm run test && npm run build"
},
"ava": {
"require": [
Expand Down

0 comments on commit 391fab0

Please sign in to comment.