Skip to content

Commit 1d0d647

Browse files
committed
Make sure binary is copied into release
1 parent bdf9bec commit 1d0d647

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
"files": [
1111
"dist/**/*",
1212
"knowledge_base/**/*",
13+
"ax/ax_runner.sh",
14+
"ax/ax",
1315
"README.md",
1416
"LICENSE"
1517
],
1618
"scripts": {
17-
"build": "tsc",
19+
"build": "tsc && mkdir -p dist/ax && cp ax/ax dist/ax/ax && cp ax/ax_runner.sh dist/ax/ax_runner.sh && chmod +x dist/ax/ax_runner.sh dist/ax/ax",
1820
"dev": "tsx src/server.ts",
1921
"start": "node dist/server.js",
2022
"lint": "eslint . --ext .ts",

0 commit comments

Comments
 (0)