Skip to content

Commit

Permalink
chore: update workflows 12
Browse files Browse the repository at this point in the history
  • Loading branch information
WomB0ComB0 committed Oct 2, 2024
1 parent da16676 commit c291990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Build app
env:
SKIP_BUILD_PRODUCT_REDIRECTS: 1
NODE_ENV: production
run: bun run build
- name: Install Playwright Browsers
run: bunx playwright install --with-deps
Expand Down
4 changes: 1 addition & 3 deletions postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const config = {
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};

module.exports = config;

0 comments on commit c291990

Please sign in to comment.