Skip to content

Commit

Permalink
microfrontend
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Mar 9, 2023
1 parent b3bca13 commit 2fb18f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/client/generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ export default class JHipsterClientGenerator extends BaseApplicationGenerator {
},
devDependencies: {
'wait-on': application.nodeDependencies['wait-on'],
'concurrently': application.nodeDependencies.concurrently,
}
concurrently: application.nodeDependencies.concurrently,
},
});

const scriptsStorage = this.packageJson.createStorage('scripts');
Expand Down

0 comments on commit 2fb18f4

Please sign in to comment.