Skip to content

Commit

Permalink
fix(github): fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenbostan committed Jul 28, 2023
1 parent 8e9560e commit d09fe47
Show file tree
Hide file tree
Showing 3 changed files with 4,975 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 16.x
cache: "pnpm"

- run: pnpm install
- run: pnpm install --no-frozen-lockfile
- run: pnpm run lint && pnpm run build
- run: pnpm test
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 16.x
cache: "pnpm"

- run: pnpm install
- run: pnpm install --no-frozen-lockfile
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down
Loading

0 comments on commit d09fe47

Please sign in to comment.