Skip to content

Commit

Permalink
Hydrate content before building
Browse files Browse the repository at this point in the history
  • Loading branch information
Laupetin committed Jul 5, 2024
1 parent c4312cd commit 798f757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepublishOnly": "npm run build:bin",
"test": "jest --config=$(pwd)/../../jest.config.js",
"start": "astro dev",
"build": "astro check --minimumSeverity error && astro build",
"build": "npm run scripts:hydrate-content && astro check --minimumSeverity error && astro build",
"build:cd": "node scripts/build-ci.js && astro check --minimumSeverity error && astro build",
"preview": "astro preview",
"astro": "astro",
Expand Down

0 comments on commit 798f757

Please sign in to comment.