diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 850c55e..be757be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/packages/content/eslint.config.js b/packages/content/eslint.config.js deleted file mode 100644 index 1818d1c..0000000 --- a/packages/content/eslint.config.js +++ /dev/null @@ -1,3 +0,0 @@ -import pompydevEslintConfig from "@pompydev/eslint-config" - -export default [...pompydevEslintConfig] diff --git a/packages/content/package.json b/packages/content/package.json index 43972a5..ec04379 100644 --- a/packages/content/package.json +++ b/packages/content/package.json @@ -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",