Skip to content

Commit

Permalink
combine github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nardbagel committed Nov 19, 2024
1 parent ebc95c8 commit 9c74724
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ jobs:
- run: npm install
- run: npm run build
- run: npm test
- run: |
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc
echo "@fluid-commerce:registry=https://npm.pkg.github.com" >> .npmrc
- run: npm publish

19 changes: 0 additions & 19 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit 9c74724

Please sign in to comment.