Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ jobs:
with:
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
run: pnpm install

- name: Build and test
run: |
pnpm -r compile-ts
pnpm -r source
pnpm -r build
pnpm -r test

- name: Run linting/formatting checks
run: |
pnpm lint:ci
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# pnpm
.pnpm-store

# Logs
logs
*.log
Expand Down
2 changes: 1 addition & 1 deletion packages/toml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@ast-grep/setup-lang": "workspace:*"
"@ast-grep/setup-lang": "0.0.3"
},
"peerDependencies": {
"tree-sitter-cli": "0.24.6"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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