mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 02:47:06 +00:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
pnpm run lint
|
|
pnpm run check
|
|
|
|
if [[ ! -z $(cat package.json | grep 'link:') ]]; then
|
|
echo "Some packages are linked to local files!"
|
|
exit 1
|
|
fi
|
|
|