🔧(packages) make scripts cross platform friendly

Some scripts had errors when running on windows.
We now use some cross platform cli tools to be
able to run the scripts on every platform.
This commit is contained in:
Anthony Le Courric
2023-08-03 10:42:31 +02:00
committed by Jean-Baptiste PENRATH
parent 956e6f2367
commit 4f4f1682a6
5 changed files with 168 additions and 30 deletions

View File

@@ -16,6 +16,8 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"cross-env": "7.0.3",
"make-dir-cli": "3.1.0",
"prettier": "3.0.0",
"turbo": "1.10.8"
},