Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

hansottowirtz
Copy link

@hansottowirtz hansottowirtz commented Feb 9, 2023

Can be tested with npm i -g @adobe-fixed-uxp/uxp-devtools-cli.

@@ -18,6 +18,7 @@ const { createDeferredPromise } = require("./common");

function getDevtoolsAppExecutablePath() {
const productName = "Adobe UXP Developer Tool";
console.log('hehe')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

He?

Copy link
Author

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 😄

@hansottowirtz
Copy link
Author

I removed the helper install hook since it doesn't work in CI (on linux), now you have to run:

node node_modules/@adobe-fixed-uxp/uxp-devtools-helper/scripts/devtools_setup.js

@hansottowirtz
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants