Skip to content

Commit

Permalink
fix: pnpm -d
Browse files Browse the repository at this point in the history
  • Loading branch information
arpowers committed Mar 22, 2024
1 parent b75d011 commit bca43db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ env:
GH_TOKEN: ${{secrets.GH_TOKEN}}
jobs:
test:
if: 'contains(github.event.head_commit.message, ''skip'') == false'
if: 'contains(github.event.head_commit.message, ''-release'') == true'
env:
REDIS_URL: redis://localhost:6379
CLICKHOUSE_URL: http://default:@localhost:8123
Expand Down
5 changes: 3 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
shamefully-hoist=true
prefer-workspace-packages=true

# https://answers.netlify.com/t/support-guide-using-private-npm-modules-on-netlify/795
# https://pnpm.io/npmrc
# required to authenticate to NPM on publish
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
# the -'' is the fallback, otherwise this errors if NPM_TOKEN isnt able to be found
//registry.npmjs.org/:_authToken=${NPM_TOKEN-''}

0 comments on commit bca43db

Please sign in to comment.