diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 18745b2e..ecd3a263 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - run: npm install && npm build + - run: npm ci && npm run build - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact