From 85417580fa68098ff697bd04e975d2fd471ea711 Mon Sep 17 00:00:00 2001 From: Flo Renucci Date: Mon, 9 Oct 2023 14:57:31 +0200 Subject: [PATCH] Debug build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09319a29..bfd6f440 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "test": "jest", - "build": "yarn clean && npm-run-all build:ts build:sass" + "build": "build:ts" }, "dependencies": { "vscode-languageclient": "9.0.1",