Skip to content

Commit

Permalink
chore(project): add start script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Dec 6, 2018
1 parent dd32c42 commit 7e8a607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -8,6 +8,7 @@
"e2e": "cd bpmn-js-app && npm run e2e -- --protractorConfig=e2e/protractor-ci.conf.js",
"lint": "cd bpmn-js-app && npm run lint",
"postinstall": "cd bpmn-js-app && npm install",
"start": "cd bpmn-js-app && npm start",
"test": "cd bpmn-js-app && npm test -- --watch=false --no-progress --browsers=ChromeHeadlessCI"
},
"repository": {
Expand Down

0 comments on commit 7e8a607

Please sign in to comment.