Skip to content

Commit

Permalink
chore(build): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crimeminister committed Jan 5, 2025
1 parent 61f8488 commit 8d71beb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"

- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."

- name: Check out repository code
uses: actions/checkout@v4

Expand All @@ -21,16 +23,16 @@ jobs:
with:
node-version: '22'

- run: npm ci
- run: npm clean-install

# We use a patched version for local development, so only need to install this for use
# during the workflow.
- run: npm install tree-sitter-cli

- run: npm run build

- run: npm run test

# - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."

# - run: echo "🖥️ The workflow is now ready to test your code on the runner."

# - name: List files in the repository
# run: |
# ls ${{ github.workspace }}
Expand Down
17 changes: 1 addition & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
},
"devDependencies": {
"node-gyp": "11.0.0",
"prebuildify": "6.0.1",
"tree-sitter-cli": "0.24.6"
"prebuildify": "6.0.1"
}
}

0 comments on commit 8d71beb

Please sign in to comment.