diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e005a78b..aa2b3d3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Install development dependencies - run: npm ci + run: npm install - name: Build bundle run: npm run build