Skip to content

Commit

Permalink
Adding submodule updates to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Connolly authored and Alex Connolly committed Dec 12, 2023
1 parent 800a2cc commit feb9824
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 @@ -10,7 +10,7 @@
],
"scripts": {
"compile": "hardhat compile",
"build": "ts-node scripts/build.ts && yarn install && tsc",
"build": "git submodule update --remote && ts-node scripts/build.ts && yarn install && tsc",
"test": "hardhat test",
"prettier:solidity": "./node_modules/.bin/prettier --write contracts/**/*.sol",
"lint": "eslint . --ext .ts,.tsx --fix && solhint --config ./.solhint.json contracts/**/*.sol",
Expand Down

0 comments on commit feb9824

Please sign in to comment.