Skip to content

Commit

Permalink
Changed npm run build til simple
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Emil Kjaer Bilstrup committed Nov 4, 2024
1 parent 5df496e commit 9af5d13
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 @@ -6,7 +6,7 @@
"type": "module",
"license": "MIT",
"scripts": {
"build": "node prepEnv.js branded && vite build",
"build": "node prepEnv.js simple && vite build",
"dev": "node prepEnv.js unbranded && vite",
"devML": "node prepEnv.js branded && vite",
"devSimple": "node prepEnv.js simple && vite",
Expand Down

0 comments on commit 9af5d13

Please sign in to comment.