Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 12, 2024
1 parent 6d36d95 commit c0165de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
push:
branches: [main]
paths:
- 'libs/**/*.ts'
- 'libs/**/package.json'
- 'libs/**/*'
- '!libs/**/*.spec.ts'
- '!libs/**/*.md'
workflow_dispatch:
inputs:
forcePush:
Expand Down
3 changes: 3 additions & 0 deletions libs/ngxs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"repository": "https://github.com/Angular-RU/angular-ru-sdk",
"license": "MIT",
"author": "angular-ru@yandex.ru",
"peerDependencies": {
"@ngxs/store": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down
18 changes: 8 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0165de

Please sign in to comment.