Update 'package.json'
This commit is contained in:
parent
e690c88800
commit
1051fe567c
1 changed files with 22 additions and 22 deletions
|
@ -10,8 +10,8 @@
|
||||||
"main": "index.mjs",
|
"main": "index.mjs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"windows": "npm i && cls && node index.mjs",
|
"windows": "ollama pull codellama && npm i && cls && node index.mjs",
|
||||||
"nix": "npm i; clear; node index.mjs"
|
"nix": "ollama pull codellama; npm i; clear; node index.mjs"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue