Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:

- name: Build next.js app
# change this if your site requires a custom build command
run: ./node_modules/.bin/next build
run: ./node_modules/.bin/next build --webpack


# Here's the first place where next-bundle-analysis' own script is used
# This step pulls the raw bundle stats for the current bundle
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"simple-git-hooks": "2.13.0",
"tailwind-scrollbar": "4.0.2",
"tailwind-variants": "0.3.1",
"tailwindcss": "3.4.17",
"tailwindcss": "4.2.1",
"tailwindcss-animate": "1.0.7",
"tailwindcss-animated": "2.0.0",
"tailwindcss-motion": "1.1.1",
Expand Down
Loading
Loading