Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Dec 3, 2024
1 parent 7cd9855 commit 8750c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ runs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt

- name: Install Cross
run: cargo install cross --git https://github.com/cross-rs/cross
shell: bash

- name: pnpm install node modules
run: pnpm i --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions packages/toml-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "./index.js",
"typings": "./index.d.ts",
"scripts": {
"build": "napi build --release --platform --use-cross",
"build:bindings": "napi build --release --platform --target $CLI_BUILD_ARCH --use-cross",
"build": "napi build --release --platform",
"build:bindings": "napi build --release --platform --target $CLI_BUILD_ARCH",
"test": "cargo test",
"lint": "cargo fmt --check",
"lint:fix": "cargo fmt && cargo fmt --check",
Expand Down

0 comments on commit 8750c01

Please sign in to comment.