Skip to content

Commit

Permalink
include package-lock.json for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Oct 7, 2024
1 parent 6ebca21 commit 30916b6
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build with Emscripten
run: |
source ./emsdk/emsdk_env.sh
npm install
npm ci
npm run build
cp ./test/llama-3.1-tokenizer.model ./dist/llama-3.1-tokenizer.model
Expand Down
Loading

0 comments on commit 30916b6

Please sign in to comment.