Skip to content

Commit

Permalink
Avoid copying Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Aug 31, 2024
1 parent ba31cf1 commit 5fe1efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "npm run generate-docs && astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"generate-when-method-docs" : "rm -rf src/content/docs/matching_requests && mkdir -p src/content/docs/matching_requests && node tools/generate-docs.cjs generated/docs.json ./templates/matching_requests src/content/docs/matching_requests",
Expand Down

0 comments on commit 5fe1efb

Please sign in to comment.