fix(ci): build before testing
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
pnpm build
|
||||||
|
|
||||||
pnpm lint &
|
pnpm lint &
|
||||||
LINT_PID=$!
|
LINT_PID=$!
|
||||||
pnpm format:check &
|
pnpm format:check &
|
||||||
|
|||||||
Reference in New Issue
Block a user