Skip to content

Commit

Permalink
fix(site): auto-generate unframer components on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jan 30, 2025
1 parent 5e2c7bb commit 7443bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "./scripts/buildcf.sh",
"dev": "next dev",
"dev": "yarn run update-framer && next dev",
"lint": "next lint",
"format": "prettier --write .",
"create-article": "vite-node scripts/generateArticle.ts",
Expand Down

0 comments on commit 7443bb2

Please sign in to comment.