Skip to content

Commit

Permalink
missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HolbyFPV committed Dec 1, 2024
1 parent f5783b9 commit 5de4cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"scripts": {
"build": "tsup src/index.ts --format esm --dts",
"dev": "npm run build -- --watch src",
"dev:local": "npm run build -- --watch src",
"prepublishOnly": "npm run build"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/settings-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"scripts": {
"build": "vite build",
"dev": "vite"
"dev": "vite",
"dev:local": "vite"
},
"dependencies": {
"@glzr/components": "1.0.2",
Expand Down

0 comments on commit 5de4cb7

Please sign in to comment.