Skip to content

Commit

Permalink
Merge pull request #313 from cgiesche/add-elgato-devtools
Browse files Browse the repository at this point in the history
Added elgato CLI for packing and validation
cgiesche authored Nov 12, 2024
2 parents d34ea5d + 389ee4d commit 39a3b58
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
@@ -7,7 +7,7 @@
"build": "vite build",
"validate": "streamdeck validate --no-update-check ./de.perdoctus.streamdeck.homeassistant.sdPlugin",
"build-dev": "vite build --watch --sourcemap inline --minify false",
"bundle": "streamdeck pack ./de.perdoctus.streamdeck.homeassistant.sdPlugin",
"bundle": "streamdeck bundle --no-update-check ./de.perdoctus.streamdeck.homeassistant.sdPlugin",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},

0 comments on commit 39a3b58

Please sign in to comment.