chore(mermaid-elk): replace loader-register with tsx

unnecessary "cross-env" also removed, as it wasn't even
used to set any env variables
pull/965/head
Panagiotis Papadopoulos 2025-01-17 08:05:42 +07:00
parent 331dae4eb0
commit 00bdcfa803
1 changed files with 1 additions and 1 deletions

@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "cross-env node --import ../../loader-register.js ../../node_modules/webpack/bin/webpack.js -c webpack.config.cjs"
"build": "tsx ../../node_modules/webpack/bin/webpack.js -c webpack.config.cjs"
},
"keywords": [],
"author": "",