Skip to content

Commit

Permalink
chore: fix publish steps 3
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Dec 1, 2017
1 parent 5a83d42 commit 2be5fc1
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 @@ -19,7 +19,7 @@
"dependency-check": "dependency-check . --unused --no-dev && dependency-check . --missing --no-dev",
"lint": "tslint -p tsconfig.json 'src/**/*.ts'",
"install": "cd fixtures/fool && npm i",
"prepublishOnly": "npm run build && cd fixtures/fool && npm i",
"prepublishOnly": "npm run build",
"version": "npm run remove-spec",
"verify": "npm run lint && npm run coverage && npm run dependency-check",
"coverage": "nyc npm test",
Expand Down

0 comments on commit 2be5fc1

Please sign in to comment.