Files
penpot/frontend/scripts/test-components

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