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",