From 038c3d62075e54aac0752f7de19e7dd67d17f962 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Thu, 30 May 2024 10:10:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB(mail)=20make?= =?UTF-8?q?=20commands=20windows=20friendly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make the commands windows friendly. --- src/mail/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mail/package.json b/src/mail/package.json index b4a05c21..3c8cca8a 100644 --- a/src/mail/package.json +++ b/src/mail/package.json @@ -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"