fix: update changelog and improve code formatting in ContentActions component

This commit is contained in:
Elio Struyf
2026-03-30 14:11:47 +02:00
parent c4ee4cfc09
commit ac60d5c3d0
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -2856,7 +2856,7 @@
]
},
"scripts": {
"dev:ext": "npm run clean && npm run localization:generate && npm-run-all --parallel watch:*",
"dev": "npm run clean && npm run localization:generate && npm-run-all --parallel watch:*",
"vscode:prepublish": "npm run clean && npm run localization:generate && npm-run-all --parallel prod:*",
"build:ext": "npm run clean && npm-run-all --parallel dev:build:*",
"watch:ext": "webpack --mode development --watch --config ./webpack/extension.config.js",