Skip to content

Commit 6a139af

Browse files
committed
Fix ts package assembly build script
1 parent a4fd5a6 commit 6a139af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "index.ts",
77
"types": "index.ts",
88
"scripts": {
9-
"build": "asc --exportRuntime --runtime stub index.ts helper-functions.ts --lib graph-ts -o index.wasm",
9+
"build": "asc --exportRuntime --runtime stub index.ts helper-functions.ts --lib graph-ts -o index.wasm --disableWarning 235",
1010
"format": "prettier --write -c **/*.{js,mjs,ts}",
1111
"lint": "prettier -c **/*.{js,mjs,ts}",
1212
"test": "node test/test.mjs"

0 commit comments

Comments
 (0)