Skip to content

Commit

Permalink
fix: enable eft module in CI / release (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Jul 21, 2024
1 parent 01fe3ba commit 22d4583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Create NPM package
run: |
wasm-pack build --release -- --no-default-features --features wasm
wasm-pack build --release -- --no-default-features --features wasm,eft
sed -i s%esf-dogma-engine%@eveshipfit/dogma-engine% pkg/package.json
- uses: JS-DevTools/npm-publish@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: Build WASM library
run: |
wasm-pack build --release --target web -- --no-default-features --features wasm
wasm-pack build --release --target web -- --no-default-features --features wasm,eft
- name: Build Rust binary
run: |
npm i
cargo build --release --no-default-features --features rust
cargo build --release --no-default-features --features rust,eft
- name: Check coding style
run: |
Expand Down

0 comments on commit 22d4583

Please sign in to comment.