File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222 fetch-depth : 0
2323 - name : Setup Bun
2424 uses : ./.github/composite/setup-bun
25+ - name : Setup npmrc
26+ run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
2527 - name : Install dependencies
2628 run : bun install --frozen-lockfile
2729 env :
3638 # Using a PAT instead of GITHUB_TOKEN because we need to run workflows when releases are created
3739 # https://github.com/orgs/community/discussions/26875#discussioncomment-3253761
3840 GITHUB_TOKEN : ${{ secrets.GH_PERSONAL_TOKEN }}
39- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
40- NPM_CONFIG_TOKEN : ${{ secrets.NPM_TOKEN }}
4141 CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4242 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
4343
Original file line number Diff line number Diff line change 44 "exports" : {
55 "." : {
66 "types" : " ./dist/index.d.ts" ,
7+ "development" : " ./src/index.ts" ,
78 "default" : " ./dist/index.js"
89 }
910 },
You can’t perform that action at this time.
0 commit comments