Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Sep 14, 2024
1 parent 57fc658 commit 315f658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
# if: steps.cache.outputs.cache-hit != 'true'
run: npm ci

- run: npm run build
- run: npm run install
- run: npm run test
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ npm exec tree-sitter playground

## Build
```sh
$ npm run build
$ npm run install
$ npm exec -- tree-sitter build --wasm

# update docs assets and versions
Expand Down

0 comments on commit 315f658

Please sign in to comment.