fix failing tests
This commit is contained in:
parent
e79706f983
commit
737fa8c248
3 changed files with 1 additions and 5 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
||||||
- name: Cache turbo build
|
- name: Cache turbo build
|
||||||
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||||
|
|
||||||
|
- run: pnpm install
|
||||||
- run: pnpm lint
|
- run: pnpm lint
|
||||||
- run: pnpm build
|
- run: pnpm build
|
||||||
- run: pnpm test:unit
|
- run: pnpm test:unit
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
import pompydevEslintConfig from "@pompydev/eslint-config"
|
|
||||||
|
|
||||||
export default [...pompydevEslintConfig]
|
|
|
@ -9,8 +9,6 @@
|
||||||
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo build dist node_modules"
|
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo build dist node_modules"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pompydev/eslint-config": "workspace:*",
|
|
||||||
"@pompydev/prettier-config": "workspace:*",
|
|
||||||
"@microflash/remark-callout-directives": "^4.1.0",
|
"@microflash/remark-callout-directives": "^4.1.0",
|
||||||
"@types/dompurify": "^3.0.5",
|
"@types/dompurify": "^3.0.5",
|
||||||
"@types/elasticlunr": "^0.9.9",
|
"@types/elasticlunr": "^0.9.9",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue