Skip to content

Commit

Permalink
Fix merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Feb 15, 2024
1 parent 7d39925 commit f469fd8
Show file tree
Hide file tree
Showing 616 changed files with 23,780 additions and 82,925 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
{
"sourceTag": "shared",
"onlyDependOnLibsWithTags": ["utils", "shared"]
},
{
"sourceTag": "ccf",
"onlyDependOnLibsWithTags": ["*"]
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist/ccf-ui
publish_branch: beta
commit_message: "Beta deploy -- ${{ github.event.head_commit.message }}"
commit_message: 'Beta deploy -- ${{ github.event.head_commit.message }}'
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# npx lint-staged
npx lint-staged
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ tsconfig.base.json

.angular
.nx/cache

# Ignore big asset files
*.n3store.json
Loading

0 comments on commit f469fd8

Please sign in to comment.