diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d3726b..8e5894f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: run: npm ci - name: Build - run: npm run build + run: npm run build:cli && npm run build:lib && npm run build:app -- --publish never env: CSC_IDENTITY_AUTO_DISCOVERY: "false" diff --git a/package.json b/package.json index 6ebe02b..eae898f 100644 --- a/package.json +++ b/package.json @@ -104,6 +104,6 @@ "buildResources": "resources", "output": "dist" }, - "publish": "never" + "publish": null } }