Skip to content

Commit

Permalink
Update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Dec 27, 2023
1 parent 04e6f9c commit 1ec7871
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added ima
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"deploy-s2s-tokens": "bash ./scripts/deploy_s2s_tokens.sh",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix src/",
"version": "node -e \"console.log(require('./package.json').version);\"",
"build:exec": "bun build cli/connect.ts --compile --outfile=ima"
"build:exec": "bun build cli/index.ts --compile --outfile=ima"
},
"keywords": [
"skale",
Expand Down

0 comments on commit 1ec7871

Please sign in to comment.