From 2eb58ec4ea3130412bc17780d1d4274c51231f5a Mon Sep 17 00:00:00 2001 From: Jeff Landfried Date: Mon, 27 Mar 2023 09:14:14 -0700 Subject: [PATCH] Remove build step. To be added later. --- .github/workflows/npm-publish.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4c3cc6b..b8444e0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -5,18 +5,7 @@ on: types: [created] jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 16 - - run: yarn install --frozen-lockfile - - run: npm test - publish-npm: - needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v3