Skip to content

Commit b773c8c

Browse files
fix(chore): fixed publish configuration
1 parent 82c871d commit b773c8c

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/on-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: dist
5151
key: dist-${{ github.run_id }}
5252
- run: |
53-
npx nx build ng2-dragula --configuration productionn
53+
npx nx build ng2-dragula --configuration production
5454
npx nx build demo --configuration production
5555
# update release notes in github
5656
update_release_draft:

libs/ng2-dragula/package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,12 @@
2727
"url": "https://github.com/valor-software/ng2-dragula/issues"
2828
},
2929
"homepage": "https://github.com/valor-software/ng2-dragula#readme",
30-
"scripts": {
31-
"docs": "compodoc -p tsconfig.json -c compodoc.json src",
32-
"test:headless": "ng test --browsers=CustomChromeHeadless"
33-
},
3430
"peerDependencies": {
3531
"rxjs": ">=6.0.0",
3632
"@types/dragula": "^2.1.34",
3733
"dragula": "^3.7.2",
3834
"@angular/animations": "^14.0.0",
3935
"@angular/core": "^14.0.0",
4036
"@angular/common": "^14.0.0"
41-
},
42-
"files": [
43-
"dist",
44-
"README.md"
45-
]
37+
}
4638
}

0 commit comments

Comments
 (0)