-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/series-flow-support
- Loading branch information
Showing
28 changed files
with
201 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
ignores: [ | ||
# These are dependencies for vite and vite plugins that depcheck doesn't recognize as being used | ||
'postcss-scss', | ||
'stylelint-order', | ||
'stylelint-config-recommended-scss', | ||
'stylelint-declaration-strict-value', | ||
'stylelint-scss', | ||
'@vitest/coverage-c8', | ||
# This is used by commitlint in .commitlintrc.js | ||
'@commitlint/config-conventional', | ||
# These are vite aliases / tsconfig paths that point to specific local directories | ||
# Note the \ is necessary to escape the # or the ignore doesn't work | ||
'\#src', | ||
'\#test', | ||
'\#types', | ||
'\#components', | ||
'\#utils', | ||
# This is used in src/styles, which recognizes absolute paths from the repo root | ||
'src', | ||
# To support e2e-reports | ||
'allure-commandline', | ||
# To run linting checks | ||
'npm-run-all', | ||
# SW code is injected at build time | ||
'virtual:pwa-register' | ||
] | ||
# These are dependencies for vite and vite plugins that depcheck doesn't recognize as being used | ||
'postcss-scss', | ||
'stylelint-order', | ||
'stylelint-config-recommended-scss', | ||
'stylelint-declaration-strict-value', | ||
'stylelint-scss', | ||
'@vitest/coverage-c8', | ||
# This is used by commitlint in .commitlintrc.js | ||
'@commitlint/config-conventional', | ||
# These are vite aliases / tsconfig paths that point to specific local directories | ||
# Note the \ is necessary to escape the # or the ignore doesn't work | ||
'\#src', | ||
'\#test', | ||
'\#types', | ||
'\#components', | ||
'\#utils', | ||
# This is used in src/styles, which recognizes absolute paths from the repo root | ||
'src', | ||
# To support e2e-reports | ||
'allure-commandline', | ||
'@codeceptjs/allure-legacy', | ||
'faker', | ||
# To run linting checks | ||
'npm-run-all', | ||
# SW code is injected at build time | ||
'virtual:pwa-register', | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: [pull_request] | |
|
||
jobs: | ||
lint: | ||
runs-on: macos-latest | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: [pull_request] | |
|
||
jobs: | ||
build: | ||
runs-on: macos-latest | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.