distributeaid / aggregated-public-information

https://aggregated-public-information.vercel.app
1 stars 4 forks source link

suggestion(test): default to building tests #148

Open jtfairbank opened 1 month ago

jtfairbank commented 1 month ago

@veryeli suggested we have the default yarn test script include a build, and then have a yarn test:without-build script that runs the tests again without rebuilding. This seems like it'd help prevent build issues when changing from the dev server to running tests while still allowing us to skip building when running multiple tests in a row.