Skip to content

Commit

Permalink
Merge branch 'master' into remove-dep-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Feb 27, 2023
2 parents f01d9f7 + fce61e1 commit ed43c40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Publish
uses: seek-oss/changesets-snapshot@v0
with:
pre-publish: pnpm prepare-publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEEK_OSS_CI_NPM_TOKEN }}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"test:playwright": "playwright test",
"add-fixture": "tsx ./scripts/add-fixture.ts",
"sync-dependencies": "pnpm --recursive sync-dependencies && pnpm install",
"release": "pnpm build && changeset publish",
"prepare-publish": "pnpm build",
"release": "pnpm prepare-publish && changeset publish",
"version": "changeset version && pnpm install --lockfile-only"
},
"dependencies": {
Expand Down

0 comments on commit ed43c40

Please sign in to comment.