Skip to content

Commit

Permalink
gh: lint npm and working cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 22, 2024
1 parent 149bdae commit 0c31fd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
Expand All @@ -45,12 +45,10 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install package
run: |
pnpm --filter-prod ${{ matrix.package-name }}... install
run: pnpm --filter-prod ${{ matrix.package-name }}... install

- name: Build package
run: |
pnpm --filter ${{ matrix.package-name }}... build
run: pnpm --filter ${{ matrix.package-name }}... build

- name: Publish package
run: NPM_CONFIG_PROVENANCE=true pnpm --filter ${{ matrix.package-name }} publish --publish-branch production --access public
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hop-protocol/sdk",
"version": "0.0.24",
"version": "0.0.25",
"description": "The v1 Hop Protocol TypeScript SDK",
"author": "Authereum Labs, Inc.",
"license": "MIT",
Expand Down

0 comments on commit 0c31fd0

Please sign in to comment.