Skip to content

Commit 7ae0b7f

Browse files
committed
types
1 parent 20026f3 commit 7ae0b7f

35 files changed

Lines changed: 26639 additions & 29 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-wasm:
1212
name: Build WASM ${{ matrix.package }} 🔧
13-
runs-on: macos-latest
13+
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
1616
package:

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@
1010
"build:all": "pnpm -r build",
1111
"test:all": "pnpm -r test",
1212
"clean:all": "pnpm -r clean",
13-
"analyze:sizes": "node scripts/analyze-sizes.js"
13+
"analyze:sizes": "node scripts/analyze-sizes.js",
14+
"fetch:protos": "node scripts/fetch-protos.js"
1415
},
1516
"devDependencies": {
16-
"@types/node": "^20.0.0"
17+
"@types/node": "^20.0.0",
18+
"typescript": "^5.3.3",
19+
"rimraf": "^5.0.0",
20+
"copyfiles": "^2.4.1",
21+
"jest": "^29.0.0",
22+
"@types/jest": "^29.0.0"
1723
}
1824
}

0 commit comments

Comments
 (0)