feat: centralize application framework primitives
This commit is contained in:
@@ -51,9 +51,7 @@ test("scaffoldApp includes production build and start scripts", () => {
|
||||
expect(pkg.scripts.production).toBe("bun run build && bun run start");
|
||||
expect(pkg.scripts.typecheck).toBe("tsc --noEmit");
|
||||
expect(pkg.scripts.test).toBe("wrnexus test .");
|
||||
expect(pkg.scripts.check).toBe(
|
||||
"bun run typecheck && bun run lint && bun run test && bun run format:check",
|
||||
);
|
||||
expect(pkg.scripts.check).toBe("wrnexus check .");
|
||||
} finally {
|
||||
rmSync(parent, { recursive: true, force: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user