Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Sep 27, 2024
1 parent 96424f7 commit 6f52263
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: jhipster/actions/setup-git@v0
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
5 changes: 4 additions & 1 deletion cli/cli-customizations.cjs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
// This file will not be overwritten by generate-blueprint
module.exports = {};
module.exports = {
blueprints: undefined,
defaultCommand: 'migrate',
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"ejslint": "ejslint generators/**/*.ejs",
"lint": "eslint .",
"lint-fix": "npm run ejslint && npm run lint -- --fix",
"lint-fix": "npm run lint -- --fix",
"prepare": "husky install",
"prettier-check": "prettier --check \"{,**/}*.{md,json,yml,html,cjs,mjs,js,cts,mts,ts,tsx,css,scss,vue,java}\"",
"prettier-format": "prettier --write \"{,**/}*.{md,json,yml,html,cjs,mjs,js,cts,mts,ts,tsx,css,scss,vue,java}\"",
Expand Down

0 comments on commit 6f52263

Please sign in to comment.