mirror of
https://github.com/penpot/penpot.git
synced 2026-01-29 00:31:45 -05:00
10 lines
114 B
Bash
Executable File
10 lines
114 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
corepack enable;
|
|
corepack install;
|
|
pnpm install;
|
|
|
|
pnpm run lint:scss;
|
|
pnpm run test;
|