Skip to content

Commit

Permalink
Fix command name for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed May 13, 2024
1 parent e9ea13d commit 9ddebed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-next-on-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "create-next-on-firebase",
"version": "0.2.1",
"version": "0.2.2",
"description": "Experimental CLI to init a Next.js project for deployment on Firebase",
"main": "dist/index.js",
"bin": {
"create": "dist/bin/create.js"
"create-next-on-firebase": "dist/bin/create.js"
},
"scripts": {
"build": "rm -rf dist && tsc && chmod +x ./dist/bin/*"
Expand Down

0 comments on commit 9ddebed

Please sign in to comment.