Skip to content

Commit

Permalink
update ci 30
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 28, 2024
1 parent 2c9e617 commit b807211
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-starfishes-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@baloise/ds-core': patch
---

**button**: make it clickable
5 changes: 5 additions & 0 deletions .changeset/quick-pandas-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@baloise/ds-core': patch
---

**button**: make it clickable
2 changes: 0 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: 🚚 Snapshot

on:
pull_request:
types: [opened]
issue_comment:
types: [created]

Expand Down
8 changes: 7 additions & 1 deletion packages/testing/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": "error"
"@nx/dependency-checks": [
"error",
{
"ignoredFiles": [],
"ignoredDependencies": ["@baloise/ds-core"]
}
]
}
}
]
Expand Down
1 change: 1 addition & 0 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"homepage": "https://design.baloise.dev",
"license": "Apache-2.0",
"dependencies": {
"@baloise/ds-core": "0.0.5",
"cypress-file-upload": "~5.0.8"
},
"type": "module",
Expand Down

0 comments on commit b807211

Please sign in to comment.