Skip to content

Commit

Permalink
fix: bin
Browse files Browse the repository at this point in the history
  • Loading branch information
rintoj committed Jun 3, 2024
1 parent 3bf473f commit d4304b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:

jobs:
release:
permissions: write-all
name: Release
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"gql-assist": ".bin/cli"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"lint": "eslint --fix && tsc -p . --noEmit && yarn prettier",
Expand Down

0 comments on commit d4304b4

Please sign in to comment.