diff options
author | 2021-10-26 18:47:43 -0700 | |
---|---|---|
committer | 2021-10-26 18:47:43 -0700 | |
commit | 00fb04f3099feb4d55298c42129e2d5bc9e31d80 (patch) | |
tree | 22d057dce34e90d1a03b62718bc3b6679d3550ae | |
parent | a3cc17fbe6d7f0a8681dc07879bfece05144c06d (diff) | |
download | bun-00fb04f3099feb4d55298c42129e2d5bc9e31d80.tar.gz bun-00fb04f3099feb4d55298c42129e2d5bc9e31d80.tar.zst bun-00fb04f3099feb4d55298c42129e2d5bc9e31d80.zip |
Update Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ""; |