chore(monorepo): scripts to build globally

This commit is contained in:
Elian Doran
2025-04-18 17:32:48 +03:00
parent bc42038e01
commit b3946db40a
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"type": "module",
"main": "index.js",
"scripts": {
"build:webpack": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts",
"build:webpack": "tsx ../../node_modules/webpack/bin/webpack.js -c webpack.config.ts",
"test": "vitest"
},
"devDependencies": {