Skip to content

Commit

Permalink
next-on-firebase needs a bin directive
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed May 13, 2024
1 parent ce5cfa8 commit 242e93d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/create-next-on-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "create-next-on-firebase",
"version": "0.1.0",
"version": "0.1.1",
"description": "Experimental CLI to init a Next.js project for deployment on Firebase",
"main": "dist/index.js",
"bin": {
"create": "dist/bin/create.js"
},
"scripts": {
"build": "rm -rf dist && tsc && chmod +x ./dist/bin/*"
},
Expand Down

0 comments on commit 242e93d

Please sign in to comment.