From 05e577c53762e714b0bf181a8c4f0a95aeb34e99 Mon Sep 17 00:00:00 2001 From: Rodney Urquhart <3329665+RodneyU215@users.noreply.github.com> Date: Thu, 7 Sep 2023 12:20:25 -0700 Subject: [PATCH] Revert "Updating Github workflow to prepublish prior to publishing (#104)" (#105) This reverts commit b6d3408a93b70580415ddc7de0e3e469f14e4589. --- .github/workflows/npm-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 96d05a6..5f5a452 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,7 +16,6 @@ jobs: - run: | yarn install yarn test - yarn prepublish yarn publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}