You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ moon package list
Running moon check ...
Finished. moon: ran 3 tasks, now up to date
Check passed
LICENSE
README.md
moon.mod.json
src
src/lib
src/lib/hello.mbt
src/lib/hello_test.mbt
src/lib/moon.pkg.json
src/main
src/main/main.mbt
src/main/moon.pkg.json
Package to ./target/publish/username-hello-0.1.0.zip
Expected Behavior
It include the newly created lib directory and lib/libxxx.a
Actual Behavior
The lib directory and lib/libxxx.a file is missing.
Checklist
(Optional) My case is minimal enough to be reproducible.
The text was updated successfully, but these errors were encountered:
Bug Report
Environment
OS
Operating System: macOS
MoonBit CLI Tools Version
Steps to Reproduce
Create a new MoonBit project.
moon new .
Create a ignored directory, for example:
Package moon module.
Expected Behavior
It include the newly created
lib
directory andlib/libxxx.a
Actual Behavior
The
lib
directory andlib/libxxx.a
file is missing.Checklist
The text was updated successfully, but these errors were encountered: