Skip to content

Add script to bump version to stay in line with lucide #1

Add script to bump version to stay in line with lucide

Add script to bump version to stay in line with lucide #1

Workflow file for this run

name: Publish Package to NPM Registry
on:
pull_request:
types: [opened, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org
- run: yarn
- run: yarn generate
- run: yarn test