Skip to content

Commit

Permalink
Merge branch 'pr/AIWhispererDev/2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Jul 31, 2023
2 parents e7967af + 5bda70c commit 835f5c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"main": "lib/index.js",
"scripts": {
"dev": "nodemon",
"build": "npm run generate && tsc --noEmit && ./scripts/build.js",
"build": "npm run generate && tsc --noEmit && node ./scripts/build.js",
"start": "node lib/index.js",
"generate": "tsoa spec-and-routes && node ./scripts/formatSpec.js",
"docker:build": "docker build -t e2b/chatgpt-plugin-api .",
Expand Down
1 change: 0 additions & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env node
/* eslint-disable import/no-extraneous-dependencies */

const esbuild = require('esbuild')
Expand Down
1 change: 0 additions & 1 deletion scripts/formatSpec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env node
/* eslint-disable import/no-extraneous-dependencies */

const yaml = require('js-yaml')
Expand Down

0 comments on commit 835f5c7

Please sign in to comment.