fix build:sdk:production

This commit is contained in:
Timo K
2026-01-26 12:44:25 +01:00
parent 408495b07a
commit 829619cca7

View File

@@ -15,7 +15,7 @@
"build:embedded:development": "yarn build:embedded --mode development",
"build:sdk:development": "yarn build:sdk --mode development",
"build:sdk": "yarn build:full --config vite-sdk.config.js",
"build:sdk:production": "yarn build:embedded",
"build:sdk:production": "yarn build:sdk",
"serve": "vite preview",
"prettier:check": "prettier -c .",
"prettier:format": "prettier -w .",