mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
8 lines
185 B
JavaScript
8 lines
185 B
JavaScript
const shell = require("shelljs");
|
|
|
|
shell.cd("../");
|
|
shell.exec("yarn install");
|
|
shell.exec("yarn build:css");
|
|
shell.cd("docs");
|
|
shell.exec("routify run -b");
|
|
shell.exec("svite build");
|