Skip to content

Commit

Permalink
rm unused build-cards script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane98c committed Jan 17, 2025
1 parent 7774226 commit 11c64a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"dev": "npm run generate-metadata && npm run build-components && NODE_ENV=development next -p 4000",
"build": "npm run generate-metadata && npm run build-components && next build",
"build-components": "node build-components.js && prettier --write components/mdx/page-components.js",
"build-cards": "node build-cards.js",
"generate-metadata": "node utils/generate-metadata.js && prettier --write utils/metadata.js",
"start": "next start",
"test": "jest --watch",
Expand Down

0 comments on commit 11c64a4

Please sign in to comment.