From 7f96459dc84fef76f30af0ee3a28c21865bbca07 Mon Sep 17 00:00:00 2001 From: Patrick Michalina Date: Mon, 14 Jan 2019 11:44:12 -0600 Subject: [PATCH] fix: circle ci command typo --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 928bfcd..03f9d20 100644 --- a/circle.yml +++ b/circle.yml @@ -39,7 +39,7 @@ jobs: at: . - run: name: Dist Folder - command: node_modules/.bin/ts-node/scripts/publish-prep.ts + command: node_modules/.bin/ts-node scripts/publish-prep.ts - run: name: Semantic Release command: node_modules/.bin/semantic-release