diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c9a5d801a..b3b91df5a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,10 +18,10 @@ jobs: registry-url: "https://registry.npmjs.org" - name: Clean install run: npm ci + - name: Build + run: npm run build - name: Test run: npm run test - - name: Build - run: npm build - name: Publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}