-
Hi, I would like to know if it is possible to benefit of the adding of the My goal is to run a script, or command without write it as an action into the package.json file. meson compile my_target In advance, thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
ilg-ul
Jan 9, 2024
Replies: 1 comment 3 replies
-
The purpose of If you prefer to run commands directly, sure, but you must manually set the PATH to your desired location before invoking the commands. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xpm run
requires an action name defined in package.json.