Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
new: Move turborepo migration to an extension. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Feb 3, 2024
1 parent 43490e6 commit ca4dbaf
Show file tree
Hide file tree
Showing 47 changed files with 5,214 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
bins: cargo-nextest
cache: false
- uses: moonrepo/setup-toolchain@v0
with:
moon-version: latest
- uses: moonrepo/build-wasm-plugin@v0
- run: cargo nextest run --no-default-features
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit ca4dbaf

Please sign in to comment.