From b773c8cfa22d70999b0ee4e1b40ae14ebdeb16f4 Mon Sep 17 00:00:00 2001 From: SvetlanaMuravlova Date: Thu, 8 Dec 2022 12:08:25 +0200 Subject: [PATCH] fix(chore): fixed publish configuration --- .github/workflows/on-release.yml | 2 +- libs/ng2-dragula/package.json | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index b41d88be..6f4252a4 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -50,7 +50,7 @@ jobs: path: dist key: dist-${{ github.run_id }} - run: | - npx nx build ng2-dragula --configuration productionn + npx nx build ng2-dragula --configuration production npx nx build demo --configuration production # update release notes in github update_release_draft: diff --git a/libs/ng2-dragula/package.json b/libs/ng2-dragula/package.json index da8eb3bb..2842c4b2 100644 --- a/libs/ng2-dragula/package.json +++ b/libs/ng2-dragula/package.json @@ -27,10 +27,6 @@ "url": "https://github.com/valor-software/ng2-dragula/issues" }, "homepage": "https://github.com/valor-software/ng2-dragula#readme", - "scripts": { - "docs": "compodoc -p tsconfig.json -c compodoc.json src", - "test:headless": "ng test --browsers=CustomChromeHeadless" - }, "peerDependencies": { "rxjs": ">=6.0.0", "@types/dragula": "^2.1.34", @@ -38,9 +34,5 @@ "@angular/animations": "^14.0.0", "@angular/core": "^14.0.0", "@angular/common": "^14.0.0" - }, - "files": [ - "dist", - "README.md" - ] + } }