5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
import { run } from "./shared/run";
|
|
|
|
run("yarn build");
|
|
run("npx build-storybook");
|