We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c54b3bd + 2de9b3a commit 642f418Copy full SHA for 642f418
2 files changed
packages/markdown-it-plugins/esbuild.js
@@ -1,4 +1,4 @@
1
-import { nodeTpl, browserTpl } from "@hpcc-js/esbuild-plugins";
+import { nodeTpl } from "@hpcc-js/esbuild-plugins";
2
3
// config ---
4
await Promise.all([
packages/markdown-it-plugins/package.json
@@ -37,7 +37,7 @@
37
"bundle2-watch": "npm run bundle2 -- --development --watch",
38
"gen-types": "tsc --project tsconfig.json",
39
"gen-types-watch": "npm run gen-types -- --watch",
40
- "build": "run-p gen-types bundle bundle2",
+ "build": "npm-run-all --parallel gen-types bundle --serial bundle2",
41
"dev-docs": "vitepress dev",
42
"build-docs": "vitepress build",
43
"preview-docs": "vitepress preview",
0 commit comments