Skip to content

Commit

Permalink
chore: remove unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 12, 2021
1 parent 42fcda8 commit 3b613a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- run: npm run build
- run: npm run test

- run: npm install @jsdevtools/npm-publish
- run: ./node_modules/.bin/npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
- run: npm install @jsdevtools/npm-publish -g
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json

- name: Build and Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 3b613a6

Please sign in to comment.