From 1b5c186f6277de309529bb10e15bc0a15312771a Mon Sep 17 00:00:00 2001 From: juandav Date: Wed, 26 Feb 2020 14:53:43 -0500 Subject: [PATCH] fix(): fixed build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bafffe73..598a7fad4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "build": "rm -rf dist && tsc -p tsconfig.json", "test": "jest", - "deploy": "./publish.sh", + "deploy": "sh ./publish.sh", "release": "standard-version", "patch": "npm run release -- --release-as patch", "minor": "npm run release -- --release-as minor",