mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs(build): build CSS from SCSS
This commit is contained in:
parent
d0defc556f
commit
6654125a11
7 changed files with 932 additions and 69 deletions
|
@ -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");
|
Loading…
Add table
Add a link
Reference in a new issue