Skip to content

Commit

Permalink
chore: update release note
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 6, 2024
1 parent 3dbff33 commit a6144ae
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 @@ -51,7 +51,7 @@
"lint": "prettier -c .",
"lint:fix": "prettier -w .",
"prepublishOnly": "npm run build && npm run build:types && npm test",
"release": "# `standard-version --dry-run --prerelease` is the command you're after",
"release": "# `standard-version --dry-run` is the command you're after",
"test": "npm run build && node --test && ./test/exports_test.sh",
"test:watch": "clear && node --enable-source-maps --test --watch test"
},
Expand Down

0 comments on commit a6144ae

Please sign in to comment.