Skip to content

Commit

Permalink
publish (#35)
Browse files Browse the repository at this point in the history
* docs: expand documentation for different environments

* ci: try miniflare

* ci: use node16 for cloudflare

* chore: sync lock file

* style: fmt

* ci: install wrangler

* ci: install wrangler

* ci: install wrangler

* ci: install wrangler

* ci: install wrangler

* ci: install wrangler

* ci: install wrangler

* ci: install wrangler

* ci: install wrangler

* ci: fastly example

* ci: fastly example

* ci: fastly example

* ci: fastly example

* ci: fastly example

* ci: fastly example

* ci: fastly example

* ci: fastly example

* ci: fastly example

* ci: fastly example

* ci: fastly example

* ci: test dependency

* feat: separate platforms and import from different paths

* feat: export http client

* docs: separate modules

* style: fmt

* refactor: clean up http client

* fix: import path

* revert: serialize in http client

* docs: remove duplicate docs

* ci: deploy fro m correct directory
  • Loading branch information
chronark committed Mar 11, 2022
1 parent 47a5b5f commit 966b99d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build
run: pnpm build
- name: Publish
working-directory: ./dist
run: |
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
npm publish --access public
Expand Down

0 comments on commit 966b99d

Please sign in to comment.