Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 authored Jul 21, 2023
1 parent 8d3b6a2 commit c206e88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:

jobs:
main:
uses: deep-foundation/workflows/.github/workflows/npm-publish.yml@main
uses: deep-foundation/workflows/.github/workflows/npm-publish.yml@npm-publish-1.1.0
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
with:
build-command: "npm run package:build"
test-command: "echo 'Tests are temporarily disabled'"
should-generate-documentation: true
generate-documentation-command: "npx typedoc --out ./docs --entryPointStrategy expand ./imports"

0 comments on commit c206e88

Please sign in to comment.