mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs(build): link library in build script
This commit is contained in:
parent
4d9cdc7e10
commit
d0defc556f
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
const shell = require("shelljs");
|
||||
|
||||
shell.cd("../");
|
||||
shell.exec("yarn install");
|
||||
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