Skip to content

Commit 2de9b3a

Browse files
committed
fix: ecl-lang getting overwritten bye vite
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent c54b3bd commit 2de9b3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/markdown-it-plugins/esbuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { nodeTpl, browserTpl } from "@hpcc-js/esbuild-plugins";
1+
import { nodeTpl } from "@hpcc-js/esbuild-plugins";
22

33
// config ---
44
await Promise.all([

packages/markdown-it-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"bundle2-watch": "npm run bundle2 -- --development --watch",
3838
"gen-types": "tsc --project tsconfig.json",
3939
"gen-types-watch": "npm run gen-types -- --watch",
40-
"build": "run-p gen-types bundle bundle2",
40+
"build": "npm-run-all --parallel gen-types bundle --serial bundle2",
4141
"dev-docs": "vitepress dev",
4242
"build-docs": "vitepress build",
4343
"preview-docs": "vitepress preview",

0 commit comments

Comments
 (0)