Skip to content

Commit

Permalink
project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Feb 23, 2024
1 parent 08aa662 commit 651d1c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ lib
tsconfig.tsbuildinfo
gen-webpack.config.js

# ignore dev model files
workspace/dev
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fi

if [ "$start" == "true" ]; then
cd open-bpmn.glsp-client/
yarn start:external --root-dir=/usr/src/app/open-bpmn.glsp-client/workspace
yarn start:external --root-dir=../open-bpmn.glsp-client/workspace
cd ..
fi

Expand Down

0 comments on commit 651d1c9

Please sign in to comment.