Skip to content

Commit

Permalink
removing yarn from build process
Browse files Browse the repository at this point in the history
  • Loading branch information
t1agob committed Aug 24, 2023
1 parent 103a2ae commit 83b554f
Show file tree
Hide file tree
Showing 4 changed files with 24,249 additions and 13,087 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: DerYeger/yarn-setup-action@master
with:
node-version: 18
- run: yarn install
- run: npm run install
- run: npm run build

publish-npm:
Expand All @@ -36,7 +36,7 @@ jobs:
uses: DerYeger/yarn-setup-action@master
with:
node-version: 18
- run: yarn install
- run: npm run install
- run: npm publish --access private
env:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: DerYeger/yarn-setup-action@master
with:
node-version: 18
- run: yarn install
- run: npm run install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Loading

0 comments on commit 83b554f

Please sign in to comment.