Update Makefile

This commit is contained in:
Jarred Sumner
2021-10-26 18:47:43 -07:00
parent a3cc17fbe6
commit 00fb04f309

View File

@@ -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 "";