Skip to content

Commit 9ddb538

Browse files
misc
1 parent a9675e6 commit 9ddb538

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "zeon.studio",
77
"scripts": {
88
"dev": "hugo server",
9-
"build": "hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic && npm run babel",
9+
"build": "hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic",
1010
"preview": "hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --watch --forceSyncStatic -e production --minify",
1111
"dev:example": "cd exampleSite && hugo server",
1212
"build:example": "cd exampleSite && hugo --gc --minify --templateMetrics --templateMetricsHints --forceSyncStatic",
@@ -26,6 +26,9 @@
2626
"@tailwindcss/cli": "^4.0.14",
2727
"@tailwindcss/forms": "^0.5.10",
2828
"@tailwindcss/typography": "^0.5.16",
29+
"autoprefixer": "^10.4.21",
30+
"caniuse-lite": "^1.0.30001724",
31+
"postcss": "^8.5.6",
2932
"prettier": "^3.5.3",
3033
"prettier-plugin-go-template": "0.0.15",
3134
"prettier-plugin-tailwindcss": "^0.6.11",

0 commit comments

Comments
 (0)