Skip to content

Commit

Permalink
switch main to npm too
Browse files Browse the repository at this point in the history
  • Loading branch information
SnosMe committed Nov 30, 2024
1 parent 73788f0 commit 5da9748
Show file tree
Hide file tree
Showing 5 changed files with 5,667 additions and 1,970 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
with:
name: renderer-dist
path: ./renderer/dist
- run: yarn --frozen-lockfile
- run: npm ci
working-directory: ./main
- run: yarn build
- run: npm run build
working-directory: ./main
- run: yarn package -p onTagOrDraft
- run: npm run package "--" -p onTagOrDraft
working-directory: ./main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 5da9748

Please sign in to comment.