mirror of
https://github.com/penpot/penpot.git
synced 2026-01-08 06:19:02 -05:00
11 lines
126 B
Bash
Executable File
11 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SCRIPT_DIR=$(dirname $0);
|
|
|
|
set -ex
|
|
|
|
$SCRIPT_DIR/setup;
|
|
|
|
yarn run build:storybook
|
|
yarn run test:storybook
|