Skip to content

Do not export httpClient #24

Do not export httpClient

Do not export httpClient #24

Workflow file for this run

name: Try publish to NPM
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v3
- name: Use the latest versiob of Node.js
uses: actions/setup-node@v3
with:
node-version: latest
cache: 'npm'
- name: Init
run: make init
- name: Dry run
run: npm publish --dry-run