Skip to content

Commit

Permalink
fix: add back bin/supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Mar 30, 2021
1 parent 98d14c7 commit da8a14b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bin/supabase
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require('../dist/cli.js')
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@
"license": "MIT",
"author": "Supabase",
"files": [
"bin",
"dist"
],
"bin": "dist/cli.js",
"bin": "bin/supabase",
"repository": "supabase/cli",
"scripts": {
"dev": "ts-node src/cli.ts",
"clean": "rimraf dist",
"format": "prettier --write \"{src,test}/**/*.ts\"",
"build": "npm run clean && tsc --project tsconfig.json && cpy src/templates dist/templates",
"start": "node dist/cli.js",
"start": "bin/supabase",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit da8a14b

Please sign in to comment.