We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984523b commit 09bd64bCopy full SHA for 09bd64b
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Setup Node.js
10
uses: actions/setup-node@v1
11
with:
12
- node-version: 12
+ node-version: 15
13
- name: Install dependencies
14
run: npm install
15
- name: Build app
.github/workflows/storybook.yml
@@ -13,7 +13,7 @@ jobs:
- name: Install and Build 🔧
run: | # Install npm packages and build the Storybook files
npm install
16
- npm run build-storybook
+ npm run build-storybook --force
17
- name: Deploy 🚀
18
uses: JamesIves/[email protected]
19
src/UsageBar.stories.tsx
@@ -11,7 +11,7 @@ const items = [
{
name: "UI",
value: 10,
- color: "#E85D04",
+ color: "#E75D04",
},
name: "Photos",
0 commit comments