Skip to content

feat: move to Storybook Builder from Storybook Pre-built #1635

feat: move to Storybook Builder from Storybook Pre-built

feat: move to Storybook Builder from Storybook Pre-built #1635

Workflow file for this run

name: Verify Windows
on:
pull_request:
push:
branches:
- 'renovate/*'
jobs:
verify-windows:
name: Verify windows
runs-on: windows-latest
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
- name: Setup Node 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Build
run: yarn build
- run: npm config set scripts-prepend-node-path true
- name: Test
run: yarn test