mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 17:05:07 +03:00
c12d64828e
* more-tests pt.1 * useCellar() is overkill here. Co-authored-by: Jacob Heider <jacob@tea.xyz>
5 lines
86 B
Markdown
5 lines
86 B
Markdown
# build all
|
|
|
|
```sh
|
|
scripts/ls.ts | xargs scripts/sort.ts | xargs scripts/build.ts
|
|
```
|