From c206e88ab4b8a3b8958d41eab10729e02a66801d Mon Sep 17 00:00:00 2001 From: FreePhoenix888 Date: Fri, 21 Jul 2023 17:26:45 +0600 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 3cd50ebd..48723c15 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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"