From d52570998d39a70540b44c1c178d0ce57c54ea3f Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Tue, 30 Nov 2021 22:58:41 -0800 Subject: [PATCH] Remove typescript check for build command --- market-simulator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/market-simulator/package.json b/market-simulator/package.json index eaa51239..56b8a5f0 100644 --- a/market-simulator/package.json +++ b/market-simulator/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "dev": "vite --open", - "build": "vue-tsc --noEmit && vite build", + "build": "vite build", "serve": "vite preview" }, "dependencies": {