We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce3261 commit dc6530dCopy full SHA for dc6530d
2 files changed
.github/workflows/manual-release.yml
@@ -53,7 +53,7 @@ jobs:
53
env:
54
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
55
56
- - name: Get version
+ - name: 👀 Get version
57
id: version
58
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
59
package.json
@@ -3,9 +3,7 @@
3
"version": "0.0.13",
4
"type": "module",
5
"main": "dist/cli.js",
6
- "bin": {
7
- "sqlc-typescript": "bin/cli"
8
- },
+ "bin": "bin/cli",
9
"files": [
10
"dist",
11
"bin"
0 commit comments