Skip to content

Commit

Permalink
fix(ci): forgot to add command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinse12 committed Dec 4, 2024
1 parent 319a445 commit c6e1afc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plebbit-cli",
"version": "0.15.7",
"version": "0.15.5",
"description": "Command line interface to Plebbit API",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/plebbit/plebbit-cli",
Expand All @@ -27,7 +27,8 @@
"generate:executable:tarballs:linux:x64": "oclif pack tarballs --no-xz --targets linux-x64",
"generate:installer:windows": "yarn oclif pack win --targets win32-x64",
"ci:rename-tarballs": "yarn ts-node ci-bin/rename-tarballs-installers.ts",
"ci:download-web-uis": "yarn ts-node ci-bin/download-web-uis.ts"
"ci:download-web-uis": "yarn ts-node ci-bin/download-web-uis.ts",
"ci:daemon:test-before-release": "yarn ts-node ci-bin/run-daemon-before-release.ts"
},
"files": [
"/bin",
Expand Down

0 comments on commit c6e1afc

Please sign in to comment.