Skip to content

Commit

Permalink
Remove chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Sep 19, 2024
1 parent 32eab68 commit c1b6a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testing-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"format:check": "prettier --check \"*/**/*.{js,json,md,ts}\"",
"format": "prettier --write \"*/**/*.{js,json,md,ts}\"",
"unbuild": "rimraf dist artifacts deployments cache .nyc_output *.tsbuildinfo",
"build": "yarn unbuild && hardhat compile && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && chmod +x ./bin/testing-kit.js",
"build": "yarn unbuild && hardhat compile && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
"deploy": "hardhat deploy",
"compile": "hardhat compile",
"test": "hardhat test"
Expand Down

0 comments on commit c1b6a26

Please sign in to comment.