We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5c364 commit bd9168eCopy full SHA for bd9168e
saofile.js
@@ -107,6 +107,7 @@ module.exports = {
107
async completed() {
108
this.gitInit()
109
await this.npmInstall({ npmClient: this.answers.npmClient })
110
+ await this.npmInstall({ npmClient: this.answers.npmClient, args: ['run', 'prepare'] })
111
this.showProjectTips()
112
113
this.logger.tip('You\'re all setup. hack away!')
0 commit comments