bpmn-io / bpmn.io

The bpmn.io website sources.
https://bpmn.io
155 stars 99 forks source link

npm postinstall script #14

Closed feimosi closed 8 years ago

feimosi commented 8 years ago

Hi, you could simplify the setup process by adding a new entry inside the scripts property in the package.json. In my projects we're using:

"scripts": {
    "postinstall": "bower install -F"
    // ...
}

Then only npm install would be enough. It's just an enhancement tip.

nikku commented 8 years ago

Good suggestion! Closed via b92a1123da579a7379ea5479c7bb89cac64b3ee3