Skip to content

Commit

Permalink
chore: update workflows 4
Browse files Browse the repository at this point in the history
  • Loading branch information
WomB0ComB0 committed Oct 2, 2024
1 parent 2182a9f commit e54c0df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@vercel/speed-insights": "^1.0.12",
"@vis.gl/react-google-maps": "^1.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -64,6 +65,7 @@
"firebase": "^10.14.0",
"firebase-admin": "^12.6.0",
"framer-motion": "^11.9.0",
"gzip-size": "^7.0.0",
"htmlparser2": "^9.1.0",
"jotai": "^2.10.0",
"jotai-effect": "^1.0.3",
Expand Down
1 change: 1 addition & 0 deletions postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};

Expand Down
2 changes: 1 addition & 1 deletion src/e2e/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test('visit page and take screenshot', async ({ page }) => {

const response = await page.goto(targetUrl)

expect(response.status(),'should respond with correct status code').toBeLessThan(400)
expect(response?.status(), 'should respond with correct status code').toBeLessThan(400)

await page.screenshot({ path: 'screenshot.jpg' })
})
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { default: flattenColorPalette } = require('tailwindcss/lib/util/flattenCo
const config = {
darkMode: ['class'],
mode: 'jit',
content: ['./src/**/*.{ts,tsx}'],
content: ['./src/**/*.{ts,tsx,js,jsx}'],
module: {
rules: [
{
Expand Down

0 comments on commit e54c0df

Please sign in to comment.