optimize runs test and inject. inject is executed in both dev and build paths, so now test only happens during build. which means CI can run build and get the tests early enough, and dev doesn't run test so its super fast. for dev we need to run test manually
optimize runs test and inject. inject is executed in both dev and build paths, so now test only happens during build. which means CI can run build and get the tests early enough, and dev doesn't run test so its super fast. for dev we need to run test manually