mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-10-30 00:27:36 +00:00
11 lines
265 B
Bash
11 lines
265 B
Bash
|
#!/bin/bash
|
||
|
# Run from the neveko root
|
||
|
cd neveko-auth && cargo check
|
||
|
cd ../neveko-contact && cargo check
|
||
|
cd ../neveko-core && cargo check
|
||
|
cd ../neveko-gui && cargo check
|
||
|
cd ../neveko-market && cargo check
|
||
|
cd ../neveko-message && cargo check
|
||
|
cd ../ && cargo check
|
||
|
|