Skip to content

Commit

Permalink
chore: open simple diagram in DEV mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Aug 15, 2024
1 parent 65ec712 commit 87f39e6
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 @@ -5,7 +5,7 @@
"description": "Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io",
"scripts": {
"app:auto-test": "npm run app:test -- --watch",
"app:dev": "electron ./dev.js --force-update-checks resources/diagram/simple.bpmn",
"app:dev": "electron ./dev.js --force-update-checks -- resources/diagram/simple.bpmn",
"app:test": "nyc --reporter lcov --exclude \"app/test/**\" --exclude \"app/**/__tests__\" mocha --require ./app/test/expect \"app/**/*-spec.js\"",
"app:collect-licenses": "webpack -c webpack.config.license.js",
"client:build": "npm run build --workspace=client",
Expand Down

0 comments on commit 87f39e6

Please sign in to comment.