Skip to content

Commit

Permalink
chore: 🤖 add convenience dependency upgrade scripts
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
streamich committed Jun 3, 2024
1 parent 42b5c91 commit 27cc16a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@
"build:pages": "npx [email protected] gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage",
"deploy:pages": "gh-pages -d gh-pages",
"publish-coverage-and-typedocs": "yarn typedoc && yarn coverage && yarn build:pages && yarn deploy:pages",
"jj": "npx ts-node src/json-cli/jj.ts"
"jj": "npx ts-node src/json-cli/jj.ts",
"upgrade:check": "npx [email protected]",
"upgrade:interactive": "npx [email protected] --interactive"
},
"peerDependencies": {
"rxjs": "7",
Expand Down

0 comments on commit 27cc16a

Please sign in to comment.