diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a3011e..0bebfa9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a43351..dcda131 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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