Skip to content

Commit c0165de

Browse files
committed
ci: update
1 parent 6d36d95 commit c0165de

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ on:
33
push:
44
branches: [main]
55
paths:
6-
- 'libs/**/*.ts'
7-
- 'libs/**/package.json'
6+
- 'libs/**/*'
87
- '!libs/**/*.spec.ts'
8+
- '!libs/**/*.md'
99
workflow_dispatch:
1010
inputs:
1111
forcePush:

libs/ngxs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"repository": "https://github.com/Angular-RU/angular-ru-sdk",
88
"license": "MIT",
99
"author": "[email protected]",
10+
"peerDependencies": {
11+
"@ngxs/store": ">=18.0.0"
12+
},
1013
"publishConfig": {
1114
"access": "public"
1215
}

package-lock.json

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)