Skip to content

Commit

Permalink
Update rust-editor, remove accidental override
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jul 16, 2023
1 parent 27f7b8f commit 12c0ad6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ runs:
# Note: we have to build before test so the build script is executed
- name: Build Rust package
run: cargo build
shell: bash
- name: Test Rust package
run: cargo test
shell: bash
- name: Lint Rust package
run: cargo clippy -- -D warnings
shell: bash
- name: Test JS package
run: depot test
working-directory: js
Expand Down
8 changes: 0 additions & 8 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,5 @@
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.32.0"
},
"dependencies": {
"@wcrichto/rust-editor": "^0.1.7"
},
"pnpm": {
"overrides": {
"@wcrichto/rust-editor": "file:/Users/will/Code/rust-editor"
}
}
}
22 changes: 10 additions & 12 deletions js/pnpm-lock.yaml

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

0 comments on commit 12c0ad6

Please sign in to comment.