Skip to content

Commit

Permalink
[skip ci] Add copynotes package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 3, 2024
1 parent 1ff10bf commit c5ba32e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"configdocs": "rm -rf website/docs/config && mkdir website/docs/config && yarn tsx docs/generateConfigDocs.ts",
"statedocs": "rm -rf website/docs/models && mkdir website/docs/models && yarn tsx docs/generateStateModelDocs.ts",
"autogen": "yarn statedocs && yarn configdocs && yarn prettier --write website",
"releasenotes": "npx prettier --prose-wrap never website/blog/$(ls -Art website/blog/ | tail -n 1)|sed -e '/## Downloads/,+7d'|tail -n +7"
"releasenotes": "yarn prettier --prose-wrap never website/blog/$(ls -Art website/blog/ | tail -n 1)|sed -e '/## Downloads/,+7d'|tail -n +7",
"copynotes": "yarn --silent releasenotes | xclip -selection clipboard"
},
"devDependencies": {
"@babel/core": "^7.3.4",
Expand Down

0 comments on commit c5ba32e

Please sign in to comment.