Skip to content

0.0.54

0.0.54 #1

Workflow file for this run

name: Npm Publish
on:
push:
branches:
- main
paths:
- package.json
- .github/workflows/npm-publish.yml
workflow_dispatch:
jobs:
main:
uses: deep-foundation/workflows/.github/workflows/[email protected]
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
with:
build-command: "npm run build"
test-command: "echo 'Tests are temporarily disabled'"
should-generate-documentation: false
generate-documentation-command: "npx typedoc --out ./docs --entryPointStrategy expand ./imports"