🧑‍💻(mail) make commands windows friendly

Make the commands windows friendly.
This commit is contained in:
Anthony LC
2024-05-30 10:10:52 +02:00
committed by Anthony LC
parent 2b67d0bd26
commit 038c3d6207

View File

@@ -9,9 +9,9 @@
},
"private": true,
"scripts": {
"build-mjml-to-html": "./bin/mjml-to-html",
"build-html-to-plain-text": "./bin/html-to-plain-text",
"build": "yarn build-mjml-to-html; yarn build-html-to-plain-text;"
"build-mjml-to-html": "bash ./bin/mjml-to-html",
"build-html-to-plain-text": "bash ./bin/html-to-plain-text",
"build": "yarn build-mjml-to-html && yarn build-html-to-plain-text"
},
"volta": {
"node": "16.15.1"