mirror of
https://github.com/penpot/penpot.git
synced 2026-02-05 12:12:07 -05:00
8 lines
95 B
Bash
Executable File
8 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex;
|
|
|
|
pnpm run fmt:check;
|
|
pnpm -r run build;
|
|
pnpm -r run types:check;
|