Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quinn committed Jan 28, 2024
1 parent 619c2b5 commit fe6b71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:unused": "eslint --cache --cache-location ./node_modules/.cache/eslint . --fix --rule 'unused-imports/no-unused-imports: \"error\"'",
"typecheck": "tsc --noEmit",
"migrate": "npx prisma migrate dev",
"tag": "git tag -f `jq -r .version < package.json`"
"tag": "git commit -am $npm_package_version ; git tag $npm_package_version"
},
"author": "politicker",
"license": "MIT",
Expand Down

0 comments on commit fe6b71c

Please sign in to comment.