Skip to content

Commit

Permalink
add back postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Jul 17, 2024
1 parent b8ed097 commit 68d4f99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"coverage": "./scripts/coverage.sh",
"cs": "changeset",
"lint": "eslint --fix './src/*.ts' './test/*.js'",
"prettier": "prettier --write './src/*.ts' './test/*.js'"
"prettier": "prettier --write './src/*.ts' './test/*.js'",
"postinstall": "npm run build-ts"
},
"keywords": [
"axelar",
Expand Down

0 comments on commit 68d4f99

Please sign in to comment.