-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make uxp
command work again, actually use deps correctly, remove postinstall hooks
#10
base: main
Are you sure you want to change the base?
Conversation
@@ -18,6 +18,7 @@ const { createDeferredPromise } = require("./common"); | |||
|
|||
function getDevtoolsAppExecutablePath() { | |||
const productName = "Adobe UXP Developer Tool"; | |||
console.log('hehe') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
He?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't realize I still had this PR open 😄
I removed the helper install hook since it doesn't work in CI (on linux), now you have to run:
|
@jardicc To be honest this whole project needs a lot of work. The code is very messy, error cases are not handled, no types, no build system, it's not following any best practices, no tests at all, not installable on Linux, no documentation on internal UXP apis, etc. It's clear that Adobe doesn't have the bandwidth to work on the DX of developing UXP apps, which makes me a bit sad. I hope this PR can just be a starting point for some Adobe engineers. |
Can be tested with
npm i -g @adobe-fixed-uxp/uxp-devtools-cli
.