Skip to content

Commit

Permalink
fix: package.json typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smarroufin committed Feb 6, 2024
1 parent 8cbe7cb commit d3b6b48
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 @@ -17,7 +17,7 @@
"dev:prepare": "nuxt prepare _demo",
"dev": "nuxi dev _demo",
"build": "nuxi build --preset cloudflare_pages _demo",
"preview": "nuxt preview _dmeo",
"preview": "nuxt preview _demo",
"lint": "eslint .",
"logs": "wrangler pages deployment tail",
"prepublishOnly": "pnpm lint",
Expand Down

0 comments on commit d3b6b48

Please sign in to comment.