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
|
||||
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||
|
||||
- run: pnpm install
|
||||
- run: pnpm lint
|
||||
- run: pnpm build
|
||||
- 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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"@pompydev/prettier-config": "workspace:*",
|
||||
"@microflash/remark-callout-directives": "^4.1.0",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@types/elasticlunr": "^0.9.9",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue