File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ public function boot()
13
13
TailwindCssPreset::install ();
14
14
15
15
$ command ->info ('Tailwind CSS scaffolding installed successfully. ' );
16
- $ command ->info ('Please run "npm install && npm run dev && npm run dev " to compile your fresh scaffolding. ' );
16
+ $ command ->info ('Please run "npm install && npm run dev" to compile your fresh scaffolding. ' );
17
17
});
18
18
19
19
PresetCommand::macro ('tailwindcss-auth ' , function ($ command ) {
20
20
TailwindCssPreset::installAuth ();
21
21
22
22
$ command ->info ('Tailwind CSS scaffolding with auth views installed successfully. ' );
23
- $ command ->info ('Please run "npm install && npm run dev && npm run dev " to compile your fresh scaffolding. ' );
23
+ $ command ->info ('Please run "npm install && npm run dev" to compile your fresh scaffolding. ' );
24
24
});
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments