add "bench-readmin-esbuild" to prepublish

This commit is contained in:
Evan Wallace
2021-04-11 05:34:40 -07:00
parent b35a7a8f38
commit 3d0421217e

View File

@@ -14,7 +14,7 @@ test-all:
make -j6 test-common ts-type-tests test-wasm-node test-wasm-browser lib-typecheck
# This includes tests of some 3rd-party libraries, which can be very slow
test-prepublish: check-go-version test-all test-preact-splitting test-sucrase bench-rome-esbuild test-esprima test-rollup
test-prepublish: check-go-version test-all test-preact-splitting test-sucrase bench-rome-esbuild bench-readmin-esbuild test-esprima test-rollup
check-go-version:
@go version | grep ' go1\.16\.3 ' || (echo 'Please install Go version 1.16.3' && false)