Releases: pixijs/extension-scripts
Releases · pixijs/extension-scripts
v4.0.0
What's Changed
- feat: Improve test convention, update to v8 by @bigtimebuddy in #20
Full Changelog: v3.0.0...v4.0.0
v3.0.0
v2.4.1
Fixes
- Fix non-zero exit codes were not being passed along, always resulting in
0
(#17) - Processes erroring should exit, not reject (#17)
- Fix bug where environment variables were not getting passed along (e.g.,
NODE_AUTH_TOKEN
) (#17)
Chores
- Chore: Additional documentation for publishing on Actions (d2c8d6c)
v2.4.0
Added
- Adds
deployRoot
to the configuration options. This is the root folder for doing the upload.
v2.3.0
Added
- Add
moduleSource
to the list of configuration options. This can be used to define multiple inputs when exporting thelib
modules.
Fixed
- Fixes
clean
command not clearing lib/dist folders correctly
Full Changelog: v2.2.0...v2.3.0