Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Sep 14, 2023
1 parent a189122 commit 696042d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"lint:fix": "prettier -w .",
"prepare": "npm run build",
"prepublishOnly": "npm run build && npm run build:types",
"release": "standard-version",
"release": "standard-version --prerelease",
"test": "node --test",
"test:watch": "clear && node --enable-source-maps --test --watch test"
},
Expand Down

0 comments on commit 696042d

Please sign in to comment.