Skip to content

Commit

Permalink
Restore missing dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Aug 20, 2024
1 parent 9e2932c commit eb42bbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"format:check": "prettier -c .",
"format": "prettier -w .",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"dev": "vite"
},
"devDependencies": {
"@lezer/generator": "^1.7.1",
Expand Down

0 comments on commit eb42bbd

Please sign in to comment.