Skip to content

Add missing repository.url to package.json #6

Add missing repository.url to package.json

Add missing repository.url to package.json #6

Workflow file for this run

name: Publish
on:
push:
branches:
- main
permissions:
contents: read
id-token: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 24
registry-url: "https://registry.npmjs.org"
cache: "pnpm"
- run: npm install -g npm@11.8.0
- run: pnpm install --frozen-lockfile
- run: pnpm check
- run: pnpm build
- run: pnpm --filter engramma publish --no-git-checks