🚀 Updates
- Added a
moon run
shorthand, where "run" can be omitted. For example,moon run app:build
can be
written asmoon app:build
.- This only works for targets that contain a
:
.
- This only works for targets that contain a
- Updated
moon ci
to support running an explicit list of targets, instead of running everything. - Updated
node.version
,npm.version
,pnpm.version
,yarn.version
, andrust.version
to
support partial versions and requirements/ranges like1.2
,1
, or^1.2
. - Updated
.moon/tasks
to support nested folders, for better organization of task files.
⚙️ Internal
- Improved handling of certificates and proxies.
- Updated to proto v0.18.