From 224093123c0fd0b02d5bd324ae0ef58625298636 Mon Sep 17 00:00:00 2001 From: SorsOps <80043879+sorsOps@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:10:16 +0200 Subject: [PATCH] Fix yarn issue https://github.com/mysticatea/npm-run-all/issues/200 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efd4e99..e27f1c9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dist" ], "scripts": { - "build": "rimraf dist && run-p build:*", + "build": "rimraf dist && run-p 'build:*'", "build:js": "rollup -c rollup.config.js", "build:types": "tsc --emitDeclarationOnly --declaration", "docs": "typedoc",