Skip to content

Vite-PWA Plugin Dependency Fix #14

Vite-PWA Plugin Dependency Fix

Vite-PWA Plugin Dependency Fix #14

name: Build and publish packages to the registry
on:
push:
branches:
- main
jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.1.1'
with:
run_tests: true
publish:
needs: build
if: |
github.ref == 'refs/heads/main'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.1.1'
with:
package_name: node-red-dashboard
publish_package: true
secrets:
npm_registry_token: ${{ secrets.NPM_PUBLISH_TOKEN }}