Skip to content

Commit

Permalink
chore: construct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
surelle-ha committed Nov 1, 2024
1 parent 30b59f5 commit cb7a956
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
registry-url: 'https://npm.pkg.github.com/'
scope: 'surelle-ha'

- run: npm ci --legacy-peer-deps
- run: npm run build

- run: npm install --legacy-peer-deps
- run: tsc --build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cb7a956

Please sign in to comment.