Skip to content

Commit

Permalink
chore: Use prepare script instead of prepublish
Browse files Browse the repository at this point in the history
Run `npm help scripts` in command-line for more info.

Closes apiaryio#945.
  • Loading branch information
michalholasek committed Jan 29, 2018
1 parent ac01d4a commit ed65644
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 @@ -18,7 +18,7 @@
"docs:serve": "sphinx-autobuild docs docs/_build/",
"docs:install": "pip install -r docs/requirements.txt",
"lint": "conventional-changelog-lint --from=master && eslint src",
"prepublish": "npm run build",
"prepare": "npm run build",
"pretest": "npm run build",
"semantic-release": "scripts/semantic-release.sh",
"test": "mocha \"test/**/*-test.coffee\"",
Expand Down

0 comments on commit ed65644

Please sign in to comment.