1# noir_example 2 3```sh 4gleam run noir build # Resolve new lockfile 5gleam run noir export # Export modpack as zip, mrpack or serverpack 6gleam run noir update # Update all the mods in the lockfile to the latest compatible version 7```