feat: move scripts to xtasks

(cherry picked from commit dbe8bbf480)
This commit is contained in:
Amaan Qureshi 2024-10-06 13:41:47 -04:00
parent 5e645f11b2
commit 6c4c522724
36 changed files with 1013 additions and 1087 deletions

View file

@ -84,12 +84,12 @@ jobs:
- name: Build wasm
if: matrix.directory == 'lib/binding_web'
run: ./script/build-wasm
run: cargo xtask build-wasm
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: "https://registry.npmjs.org"
- name: Publish lib to npmjs.com