diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index e1f06ed..2ebb49e 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -20,14 +20,6 @@ jobs: - name: Install npm packages run: npm install - - name: Verify the build is up to date - run: | - npm run webpack -- --output-path="${RUNNER_TEMP}/dist" - if ! diff -r "${RUNNER_TEMP}/dist" dist > /dev/null; then - echo "Build is out of date, please run 'npm run webpack' and commit the changes" - exit 1 - fi - - name: Install Go uses: actions/setup-go@v4 with: