wasp/waspc/cli
Martijn Faassen 540a4d0ded
Do npm install as part of generation process, only when needed (#464)
Create a seperate runSetup function

This does the `npm install` (if required) and the database setup.

Since this is now happening in the generation phase, this means we don't need
`compileAndSetup` anymore.

Since compile now sets up the dependencies, we only need to compile in any db command

Reworked the naming and types of combining the various dependencies.
2022-02-18 17:23:14 +01:00
..
Wasp/Cli Do npm install as part of generation process, only when needed (#464) 2022-02-18 17:23:14 +01:00
Main.hs ref: Fixed most of the hlint suggestions. (#366) 2021-11-17 00:36:46 +01:00