Add ./dalai script which runs the cli script for test running, and fix yarn scripts

This commit is contained in:
Marcus Westin 2023-03-13 04:40:16 -04:00
parent d138a8f733
commit 926303a3c9
2 changed files with 5 additions and 2 deletions

3
dalai Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
node bin/cli.js $@

View File

@ -6,8 +6,8 @@
"author": "cocktailpeanut",
"license": "MIT",
"scripts": {
"download": "dalai llama",
"start": "dalai serve",
"download": "./dalai llama",
"start": "./dalai serve",
"just:run": "yarn && yarn download && yarn start"
},
"dependencies": {