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",