🔧(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:
committed by
Jean-Baptiste PENRATH
parent
956e6f2367
commit
4f4f1682a6
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user