Skip to content

Commit

Permalink
Fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Nov 9, 2023
1 parent 237a43c commit 265358d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"build": "tsc -b",
"test": "jest -i",
"lint": "eslint . --ext .ts",
"version": "oclif-dev readme && git add README.md"
"version": "oclif readme && git add README.md"
},
"types": "lib/index.d.ts"
}
}

0 comments on commit 265358d

Please sign in to comment.