mirror of
https://github.com/penpot/penpot.git
synced 2026-01-28 16:21:43 -05:00
10 lines
125 B
Bash
Executable File
10 lines
125 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SCRIPT_DIR=$(dirname $0);
|
|
|
|
set -ex
|
|
|
|
$SCRIPT_DIR/setup;
|
|
pnpm run build:storybook
|
|
pnpm run test:storybook
|