Skip to content

Commit

Permalink
Add webapp_dev npm command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Dec 24, 2023
1 parent 32cb9dc commit c4f2bdf
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 @@ -24,7 +24,8 @@
"build": "vue-tsc --noEmit && vite build && electron-builder -c electron-builder.json5",
"prebuild": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"build_grammar": "lezer-generator src/editor/lang-heynote/heynote.grammar -o src/editor/lang-heynote/parser.js"
"build_grammar": "lezer-generator src/editor/lang-heynote/heynote.grammar -o src/editor/lang-heynote/parser.js",
"webapp_dev": "vite webapp"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.11.1",
Expand Down

0 comments on commit c4f2bdf

Please sign in to comment.