From 464db9bce9caa7e668743db07dd9eeb02dcd516a Mon Sep 17 00:00:00 2001 From: Craig Morris Date: Tue, 24 Apr 2018 19:04:22 +0100 Subject: [PATCH] fix(npx): Trying --- cli | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli b/cli index d1bcb4a..528ac92 100644 --- a/cli +++ b/cli @@ -1,2 +1,2 @@ #!/bin/sh -npm start \ No newline at end of file +npx zem start \ No newline at end of file diff --git a/package.json b/package.json index 375786e..8158326 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0-development", "description": "Utilities to generate Tailwind Config and classes for your components.", "repository": "https://github.com/morrislaptop/tailwind-zeplin-extension.git", - "bin": "./node_modules/.bin/zem", + "bin": "./cli", "scripts": { "start": "zem start", "build": "zem build",