diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9abe544..92a50ce5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,12 +23,7 @@ jobs: - name: Install Dependencies run: 'npm install' - - name: Test - run: 'npm run build' - - name: Build - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: 'npm run compile'