Skip to content

Commit

Permalink
Fix npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 23, 2024
1 parent 273498e commit 2137e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsc -m node16 --target es2020 --declaration r2pipe.ts base64.ts ai.ts r2papi.ts esil.ts shell.ts",
"build": "cd sync && tsc -m node16 --target es2020 --declaration r2pipe.ts base64.ts ai.ts r2papi.ts esil.ts shell.ts",
"abuild": "cd async && tsc -m node16 --target es2020 --declaration r2pipe.ts base64.ts ai.ts r2papi.ts esil.ts shell.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"adoc": "cd async && typedoc r2pipe.ts ai.ts r2papi.ts base64.ts shell.ts esil.ts",
"sdoc": "cd sync && typedoc r2pipe.ts ai.ts r2papi.ts base64.ts shell.ts esil.ts"
Expand Down

0 comments on commit 2137e0f

Please sign in to comment.