From da04bf78c26c51a3e428b94fc921332e77a9bb6c Mon Sep 17 00:00:00 2001 From: RubenQ42 Date: Fri, 4 Oct 2024 15:41:52 +0200 Subject: [PATCH] Remove double && --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5d580c..de176d5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Templates for using Micrio in different frameworks", "scripts": { "build": "npm run build:svelte && npm run build:react", - "build:svelte": "cd client/5.0/svelte && && npm run build", + "build:svelte": "cd client/5.0/svelte && npm run build", "build:react": "cd client/5.0/react && npm run build", "install:svelte": "cd client/5.0/svelte && npm install", "install:react": "cd client/5.0/react && npm install",