Skip to content

Commit

Permalink
fix(npx): Trying
Browse files Browse the repository at this point in the history
  • Loading branch information
morrislaptop committed Apr 24, 2018
1 parent a215353 commit 464db9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
npm start
npx zem start
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 464db9b

Please # to comment.