Skip to content

Commit

Permalink
Fix/nodejs build (#2192)
Browse files Browse the repository at this point in the history
* fix: remove examples/*

* fix: inconsistent build
  • Loading branch information
universalmind303 committed Dec 28, 2021
1 parent b66eca6 commit dc2640c
Show file tree
Hide file tree
Showing 6 changed files with 257 additions and 357 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
toolchain: nightly-2021-12-02
override: true
components: rustfmt, clippy
- run: yarn --version
- name: Install Node Dependencies
run: yarn install
- name: Build Binary
Expand All @@ -37,5 +38,3 @@ jobs:
run: yarn test
- name: Build JS
run: yarn build:ts
- name: Import polars
run: yarn node -e "require('nodejs-polars')"
1 change: 1 addition & 0 deletions nodejs-polars/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.1.1.cjs
1 change: 0 additions & 1 deletion nodejs-polars/examples/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions nodejs-polars/examples/package.json

This file was deleted.

3 changes: 1 addition & 2 deletions nodejs-polars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
},
"packageManager": "yarn@3.1.1",
"workspaces": [
"benches",
"examples"
"benches"
]
}

0 comments on commit dc2640c

Please sign in to comment.