Skip to content

Commit

Permalink
Remove double &&
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenQ42 committed Oct 4, 2024
1 parent 62633f4 commit da04bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit da04bf7

Please sign in to comment.