diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index 3e011e7680..e1e6d5b373 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -22,7 +22,7 @@ jobs: node-version: '18' cache: 'npm' - name: Install project dependencies - run: npm ci + run: npm install - name: Bootstrap project run: npm run bootstrap - name: Build Storybook examples