Skip to content

fix: sign published tags and commits #12

fix: sign published tags and commits

fix: sign published tags and commits #12

Workflow file for this run

name: 'Build'
on:
pull_request:
push:
branches-ignore:
- master
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run package
- uses: actions/upload-artifact@v3
with:
name: dist
path: ./dist/