Skip to content

Commit

Permalink
run compile properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Jun 17, 2024
1 parent 0cc49ca commit 6c387bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint --fix './scripts/*.js'",
"prettier": "prettier --write './scripts/*.js'",
"compile": "npx tsc",
"postinstall": "npx run compile"
"postinstall": "npm run compile"
},
"keywords": [
"axelar",
Expand Down

0 comments on commit 6c387bf

Please sign in to comment.