Skip to content

Commit

Permalink
ci(actions): change github actions flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed May 26, 2024
1 parent 25dbad9 commit 41ceb8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Install dependencies
run: pnpm install

# - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
# run: pnpm audit signatures

- name: Build
run: pnpm build

Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,14 @@ jobs:
- name: Install dependencies
run: pnpm install

# - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
# run: pnpm audit signatures
- name: Build
run: pnpm build

- name: Lint
run: pnpm lint

- name: Test
run: pnpm test

- name: Release
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "turbo run test",
"cleanup": "turbo run cleanup",
"typecheck": "turbo run typecheck",
"publish-packages": "turbo run build lint test && changeset version && changeset publish"
"publish-packages": "changeset version && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.3",
Expand Down

0 comments on commit 41ceb8a

Please sign in to comment.