🧑💻(mail) make commands windows friendly
Make the commands windows friendly.
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-mjml-to-html": "./bin/mjml-to-html",
|
"build-mjml-to-html": "bash ./bin/mjml-to-html",
|
||||||
"build-html-to-plain-text": "./bin/html-to-plain-text",
|
"build-html-to-plain-text": "bash ./bin/html-to-plain-text",
|
||||||
"build": "yarn build-mjml-to-html; yarn build-html-to-plain-text;"
|
"build": "yarn build-mjml-to-html && yarn build-html-to-plain-text"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "16.15.1"
|
"node": "16.15.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user