We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0316a08 commit 95c64acCopy full SHA for 95c64ac
.github/workflows/main.yml
@@ -12,9 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
- - run: npm ci
16
- - run: npm test
17
- - run: npm run build
+ - uses: borales/[email protected]
+ - run: yarn
+ - run: yarn test
18
+ - run: yarn build
19
- uses: nyaayaya/package-version@v1
20
with:
21
path: './package.json'
@@ -38,4 +39,3 @@ jobs:
38
39
},
40
41
]
-
.github/workflows/storybook.yml
uses: actions/checkout@v2
- name: Build
run: |
- npm i
- npm run build-storybook
+ yarn
+ yarn build-storybook
- name: Deploy to GitHub Pages
uses: Cecilapp/GitHub-Pages-deploy@v3
0 commit comments