Skip to content

Commit

Permalink
Merge pull request #407 from jhipster/upgrade-jdlstudio
Browse files Browse the repository at this point in the history
Upgrade jdl studio
  • Loading branch information
jdubois authored Aug 24, 2023
2 parents c2754fc + 63c98ea commit 764ee45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"webapp:dev-verbose": "ng serve --verbose",
"webapp:prod": "yarn run clean-www && yarn run webapp:build:prod",
"webapp:test": "yarn run test",
"update-jdl-studio": "cd src/main/resources/static/jdl-studio && git pull origin gh-pages && cd .. && git add jdl-studio && git commit -m 'jdl-studio submodule updated'"
"update-jdl-studio": "cd src/main/resources/static/jdl-studio && git pull origin gh-pages --rebase && cd .. && git add jdl-studio && git commit -m 'jdl-studio submodule updated'"
},
"jestSonar": {
"reportPath": "target/test-results/jest",
Expand Down

0 comments on commit 764ee45

Please sign in to comment.