Skip to content

Commit

Permalink
fix(chore): fixed publish configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SvetlanaMuravlova committed Dec 8, 2022
1 parent 82c871d commit b773c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 1 addition & 9 deletions libs/ng2-dragula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,12 @@
"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",
"dragula": "^3.7.2",
"@angular/animations": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/common": "^14.0.0"
},
"files": [
"dist",
"README.md"
]
}
}

0 comments on commit b773c8c

Please sign in to comment.