docs(build): build CSS from SCSS

This commit is contained in:
Eric Liu 2020-10-09 19:38:55 -07:00
commit 6654125a11
7 changed files with 932 additions and 69 deletions

View file

@ -1,11 +0,0 @@
const shell = require("shelljs");
shell.cd("../");
shell.exec("yarn");
shell.exec("yarn build:css");
shell.exec("yarn link");
shell.cd("docs");
shell.exec("yarn link 'carbon-components-svelte'");
shell.exec("yarn");
shell.exec("routify run -b");
shell.exec("svite build");