Skip to content

Commit

Permalink
Modify install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalFoxy committed Nov 27, 2023
1 parent f2d78ee commit 67ea7b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"tasks:build": "node scripts/build-tasks.js",
"tasks": "cd tasks && vite --port 3001 --open",
"provide-key": "cd openai-api-key-provider && npm start",
"install": "cd openai-api-key-provider && npm i && cd ../tasks && npm i",
"dev": "./scripts/dev.sh $1"
},
"devDependencies": {
Expand All @@ -26,4 +27,4 @@
"dependencies": {
"openai": "^4.19.1"
}
}
}

0 comments on commit 67ea7b3

Please sign in to comment.