Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Riphal committed Oct 13, 2022
1 parent db7b553 commit 23c2cc2
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 @@ -8,7 +8,7 @@
"packages/*"
],
"scripts": {
"build": "tsc --build packages/tenderly-core packages/tenderly-hardhat",
"build": "yarn --cwd packages/tenderly-core run build && yarn --cwd packages/tenderly-hardhat run build",
"lint:fix": "wsrun --exclude-missing --stages lint:fix && yarn prettier --write",
"prettier": "prettier *.md \"{docs,.github}/**/*.{md,yml}\"",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
Expand Down

0 comments on commit 23c2cc2

Please sign in to comment.