Skip to content

🐛 release.yml update for non published packages #50

🐛 release.yml update for non published packages

🐛 release.yml update for non published packages #50

Workflow file for this run

on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v1
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build --ws