Skip to content

Commit

Permalink
build: citation.cff in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Oct 22, 2021
1 parent 1d51686 commit 18afd5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"cleanup": "prettier --write src --parser typescript",
"test": "jest --silent --runInBand",
"bench": "vite --config benchmarks/vite.config.ts",
"release": "zx scripts/release.mjs && np --no-cleanup",
"postrelease": "zx scripts/citation.mjs",
"release": "zx scripts/release.mjs && zx scripts/citation.mjs",
"welcome": "zx scripts/welcome.mjs",
"prepare": "husky install"
},
Expand Down

0 comments on commit 18afd5e

Please sign in to comment.