Skip to content

Commit

Permalink
chore: add node-gyp only to js branches
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Aug 28, 2024
1 parent 8b9422a commit 3e80d39
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 316 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/js-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,18 @@ jobs:
run: git clone --recurse-submodules -j8 https://github.com/ulixee/unblocked.git
working-directory: ../..


- name: Install unblocked
run: yarn build
working-directory: ../../unblocked

- name: Build modules
run: yarn && yarn build:dist --network-timeout 1000000

- name: Install pre-gyp in build-dist
working-directory: build-dist/core
run: yarn add --dev node-gyp@^10.2.0

- name: Publish branch
run: |
cd build-dist
Expand Down
3 changes: 1 addition & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@types/better-sqlite3": "^7.6.11",
"@ulixee/chrome-app": "1.0.3",
"@ulixee/hero": "2.0.0-alpha.29",
"@ulixee/hero-testing": "2.0.0-alpha.29",
"node-gyp": "^10.2.0"
"@ulixee/hero-testing": "2.0.0-alpha.29"
}
}
Loading

0 comments on commit 3e80d39

Please sign in to comment.