From 00fb04f3099feb4d55298c42129e2d5bc9e31d80 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 26 Oct 2021 18:47:43 -0700 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e39097752..35d70eb7d3 100644 --- a/Makefile +++ b/Makefile @@ -501,7 +501,7 @@ mkdir-dev: test-install: cd integration/scripts && pnpm install -test-all: test-install test-with-hmr test-no-hmr test-dev-create-next test-dev-create-react +test-all: test-install test-with-hmr test-no-hmr test-create-next test-create-react copy-test-node-modules: rm -rf integration/snippets/package-json-exports/node_modules || echo "";