mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 19:49:24 +00:00
10 lines
265 B
Bash
Executable file
10 lines
265 B
Bash
Executable file
#!/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
|
|
|