Skip to content

Commit

Permalink
ci: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkli committed Feb 23, 2024
1 parent 52b2ef6 commit 39f4731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@ jobs:
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: |
npx nx build ngx-sonner
npx semantic-release
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"scripts": {
"start:docs": "nx serve docs",
"build": "nx run-many --target build --all --parallel=1",
"build:lib": "nx build ngx-sonner",
"prettify": "prettier --write .",
"test": "nx test ngx-sonner",
"tests:ci": "nx test ngx-sonner --runInBand --passWithNoTests",
"prepublishOnly": "npm run build"
"tests:ci": "nx test ngx-sonner --runInBand --passWithNoTests"
},
"private": true,
"dependencies": {
"@angular/animations": "~17.1.0",
"@angular/cdk": "^17.2.0",
Expand Down

0 comments on commit 39f4731

Please sign in to comment.