Skip to content

Commit

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

0 comments on commit 312e267

Please sign in to comment.