Skip to content

Commit

Permalink
chore: add start script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Sep 27, 2023
1 parent 6aa37c5 commit 4707e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"format": "run-s format:markdown 'lint -- --fix'",
"format:markdown": "remark . -qo",
"test:distro": "node tasks/test-distro.mjs",
"start": "npm run start:cloud",
"start:base": "cross-env SINGLE_START=base-modeler npm run dev",
"start:platform": "cross-env SINGLE_START=camunda-platform-modeler npm run dev",
"start:cloud": "cross-env SINGLE_START=camunda-cloud-modeler npm run dev",
Expand Down

0 comments on commit 4707e96

Please sign in to comment.