Skip to content

Commit

Permalink
chore: Pkg Script for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fearandesire committed Jun 2, 2024
1 parent 1610bb8 commit ab55d32
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 @@ -38,7 +38,8 @@
"post-api-fix": "node ./src/utils/scripts/addJsExtension.js",
"ci-gen-api": "rimraf ./src/openapi && yarn gen-api && yarn post-api-fix",
"sap-cmd": "sapphire generate slashcommand",
"dvault": "npx dotenv-vault@latest"
"dvault": "npx dotenv-vault@latest",
"release": "release-it"
},
"aliases": {
"@khronos-index": "./dist/openapi/khronos/index.js",
Expand Down

0 comments on commit ab55d32

Please sign in to comment.