mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00: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
|