From feb982483c34f73fd3def6a73cca3d94e23a8c33 Mon Sep 17 00:00:00 2001 From: Alex Connolly Date: Wed, 13 Dec 2023 09:58:21 +1100 Subject: [PATCH] Adding submodule updates to the build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b31d82bb..730ac3b4 100644 --- a/package.json +++ b/package.json @@ -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",