We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go clean -testcache
1 parent 606c425 commit 4e53c27Copy full SHA for 4e53c27
Makefile
@@ -556,7 +556,8 @@ validate-builds:
556
@$(MAKE) --no-print-directory TARGET=platform-win32-x64 SCOPE=@esbuild/ PACKAGE=win32-x64 SUBPATH=esbuild.exe validate-build
557
558
clean:
559
- go clean -testcache ./internal/...
+ go clean -cache
560
+ go clean -testcache
561
rm -f esbuild
562
rm -f npm/@esbuild/win32-arm64/esbuild.exe
563
rm -f npm/@esbuild/win32-ia32/esbuild.exe
0 commit comments