Skip to content

Commit

Permalink
fixup! Move management interface to its own package
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Jan 7, 2025
1 parent 035c507 commit 22d9356
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion desktop/packages/management-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
},
"scripts": {
"postinstall": "npm run build",
"build": "./build.sh && tsc"
"build": "npm run build-proto && npm run build-typescript",
"build-proto": "bash ./build.sh",
"build-typescript": "tsc"
}
}

0 comments on commit 22d9356

Please sign in to comment.