Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Update npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erffy committed Oct 9, 2023
1 parent 318265c commit 084eeae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
registry-url: https://registry.npmjs.org

- name: Prepare Required Dependencies
run: npm i -g yarn typescript prettier
run: npm i -g yarn typescript tsc-alias

- name: Install Dependencies
run: yarn install
Expand All @@ -47,4 +47,4 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Remove Build
run: npm run build:remove
run: npm run build:remove

0 comments on commit 084eeae

Please sign in to comment.