From 05b41ad53577e2a85c1f3517480bd67f60ead915 Mon Sep 17 00:00:00 2001 From: keiya01 Date: Thu, 30 May 2024 18:41:12 +0900 Subject: [PATCH] fix --- .github/workflows/npm_release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index bc6cb51..65606ac 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -38,8 +38,6 @@ jobs: - uses: actions/setup-node@v3 with: node-version: lts/* - - run: npm ci - - run: npm test - uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }}