Skip to content

feat(npm): smart force scan #88

feat(npm): smart force scan

feat(npm): smart force scan #88

Workflow file for this run

name: bring-it
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Run
uses: airkro/bring-it@actions
with:
npm-token: ${{ secrets.NPM_TOKEN }}
publish-command: npx @bring-it/[email protected] npm
custom-command: |
cd packages
mkdir -p sftp/dist
touch $_/cli.mjs
mkdir -p npm/dist
touch $_/cli.mjs
mkdir -p sample/dist
touch $_/cli.mjs