Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
forgodtosave committed Jul 1, 2023
1 parent 4ccc164 commit 3f69ab6
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 @@ -8,7 +8,7 @@
},
"scripts": {
"serve": "vite serve",
"build": "vite build && npm run build:lang && npm run build.zip",
"build": "npm run build:lang && vite build && npm run build.zip",
"build:lang": "npm run build:parser:klipperCfg && npm run build:lang:klipperCfg",
"build:lang:klipperCfg": "rollup --config src/plugins/Codemirror/KlipperCfgLang/rollup.config.js",
"build:parser:klipperCfg": "lezer-generator src/plugins/Codemirror/KlipperCfgLang/parser/klipperCfg.grammar -o src/plugins/Codemirror/KlipperCfgLang/parser/klipperCfgParser.js",
Expand Down

0 comments on commit 3f69ab6

Please sign in to comment.