Skip to content

Commit

Permalink
chore: added rebuild node-sass to chromaui
Browse files Browse the repository at this point in the history
  • Loading branch information
martink-rsa committed Jan 7, 2021
1 parent 4652f68 commit faa421d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: yarn

- run: npm rebuild node-sass

- run: yarn test
#- run: yarn build-storybook
- uses: chromaui/action@v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install
npm rebuild node-sass
yarn build
yarn release

0 comments on commit faa421d

Please sign in to comment.