Skip to content

Commit

Permalink
put back script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sladuca committed Sep 10, 2024
1 parent 838c671 commit e7a36f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "IS_DEVELOPMENT_CLI_ENV=true bun run src/index.ts",
"release": "bun run src/scripts/release.ts",
"prod": "bun run src/index.ts",
"schema": "npx openapi-typescript http://localhost:8080/docs/json -o src/schema.ts"
"schema": "npx openapi-typescript https://api.sfcompute.com/docs/json -o src/schema.ts"
},
"dependencies": {
"@inquirer/prompts": "^5.1.2",
Expand Down

0 comments on commit e7a36f4

Please sign in to comment.