Skip to content

Commit

Permalink
fix(core): update monodon/rust to skip building on vercel
Browse files Browse the repository at this point in the history
Update native builds to only install nx and build
  • Loading branch information
Cammisuli authored and FrozenPandaz committed Jan 30, 2023
1 parent e75f623 commit 84e4d94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ jobs:
run: yarn config set supportedArchitectures.cpu "ia32"
shell: bash
- name: Install dependencies
run: yarn install
run: |
yarn add nx
yarn add @monodon/rust
- name: Setup node x86
uses: actions/setup-node@v3
if: matrix.settings.target == 'i686-pc-windows-msvc'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/preset-typescript": "^7.15.0",
"@cypress/react": "^6.0.0",
"@floating-ui/react-dom": "^1.0.1",
"@monodon/rust": "0.4.3",
"@monodon/rust": "0.4.4",
"@napi-rs/cli": "2.14.0",
"@nestjs/cli": "^9.0.0",
"@nestjs/common": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4064,10 +4064,10 @@
"@monaco-editor/loader" "^1.3.2"
prop-types "^15.7.2"

"@monodon/rust@0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@monodon/rust/-/rust-0.4.3.tgz#b39b9864cef15d84b546570f4cd79d028ef60163"
integrity sha512-yfPvvgfAFov/4SsnqyMXkMKu6DTl+ycpUfX4IksJTWAvrgn2xkgDDSYWBq4A+KQrdr4e1ANDvDnpEE+Cq0Z1MQ==
"@monodon/rust@0.4.4":
version "0.4.4"
resolved "https://registry.yarnpkg.com/@monodon/rust/-/rust-0.4.4.tgz#b0df3b547692e1a66971387efeb7ec48620fadb8"
integrity sha512-sBU0h+6NoFaZYy3lcSqh6uNiGBp8cugj8V/wilsUy0+oEYmYTakO3So9EWwAsLMFRvh15yUOoOEVLuJ4ggIJOA==
dependencies:
"@ltd/j-toml" "1.24.0"
"@nrwl/devkit" "15.3.0"
Expand Down

0 comments on commit 84e4d94

Please sign in to comment.