Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added prepare script to package.json
Since npm@5.0.0 the prepare script is called
when the library is installed from github url.
Aim of the script is to build distribution
files.

See npm/npm#3055
  • Loading branch information
dudaerich committed Jul 27, 2017
commit ed8bd5306fac834d60e66192c5a33eb5ab38bfcf
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"scripts": {
"clean": "gulp clean",
"build": "gulp build",
"prepare": "gulp build",
"test": "mocha --opts ./mocha.opts test/*.spec.js",
"test-coverage": "NODE_ENV=test nyc mocha --opts ./mocha.opts test/*.spec.js",
"test-verbose": "DEBUG=github* npm test",
Expand Down