Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit a393b67

Browse files
committed
Fixed storybook deploy problems 🚀
1 parent 5f8eb47 commit a393b67

19 files changed

+265
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"build-ci": "./scripts/build-ci.sh",
3535
"serve": "gatsby serve",
3636
"clean": "gatsby clean",
37-
"predeploy": "npm run build && cp -R ./static/chicio-coding-design-system ./public/chicio-coding-design-system",
37+
"predeploy": "npm run clean && npm run build && cp -R ./static/chicio-coding-design-system ./public/",
3838
"deploy": "gh-pages -d public -b main",
3939
"storybook": "start-storybook -p 6006",
4040
"build-storybook": "build-storybook -o ./static/chicio-coding-design-system"

static/chicio-coding-design-system/0.482e0faf.iframe.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/chicio-coding-design-system/1.f9edb14e.iframe.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/chicio-coding-design-system/10.2aa0077a.iframe.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/chicio-coding-design-system/5.81fcbe56.iframe.bundle.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
* Prism: Lightweight, robust, elegant syntax highlighting
3+
*
4+
* @license MIT <https://opensource.org/licenses/MIT>
5+
* @author Lea Verou <https://lea.verou.me>
6+
* @namespace
7+
* @public
8+
*/

static/chicio-coding-design-system/5.81fcbe56.iframe.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/chicio-coding-design-system/6.e2d88d3f.iframe.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/chicio-coding-design-system/7.a0bc2d3e.iframe.bundle.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*!
2+
* OverlayScrollbars
3+
* https://github.com/KingSora/OverlayScrollbars
4+
*
5+
* Version: 1.13.0
6+
*
7+
* Copyright KingSora | Rene Haas.
8+
* https://github.com/KingSora
9+
*
10+
* Released under the MIT license.
11+
* Date: 02.08.2020
12+
*/

0 commit comments

Comments
 (0)