From cb47701f0ce32a2f91389eb71608d289c2bf860a Mon Sep 17 00:00:00 2001 From: cedoor Date: Thu, 3 Feb 2022 10:22:56 +0100 Subject: [PATCH] chore: add solidity tests to test:prod script Former-commit-id: a75e6b13d30998afb30545787290c14efda922cb [formerly 54f0cae26bdf5dd343ac52866d668c984d75af5b] [formerly 2d71e7ec547e66990ac8f5fd80e6285b5ed84c9a [formerly 085f8a052a07e411eb5b6443c793796ef7c98422]] [formerly af532aa7d6f1b9a3037b38899ae73cac917f7401 [formerly 63fb9e1ce53b9f79ced7f48b495acbfe7892caa9] [formerly 2ee294e0bfa831b5fb96a9c7bec355f42a8f01f3 [formerly 868c003b27f9963acb1e5d5baa2e6a56f9d0975d]]] Former-commit-id: 0f6090279b05fb3029fe23b8ef97f6ebe0865968 [formerly 3829dbe13c89418d037f72141663d1ca2f79f7cf] [formerly 7da121a166290dbbd2a2bd5eb70cc3811e5007c8 [formerly b7e5f50121f68de1151d22763ad32f9a9d348eed]] Former-commit-id: 8db53678d1958834d86898689f0edeec7b654399 [formerly 1bccfd6d77667a5b214b9355d8b8e9c57a8cc4f2] Former-commit-id: a88474fbe08413f9b87d5d72317def186f71b78b --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ae0089..987c30e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "build:watch": "lerna run --parallel build:watch -- -- --watch", "test": "jest --coverage", "test:watch": "jest --coverage --watch", - "test:prod": "yarn lint && yarn test", + "test:prod": "yarn lint && yarn test && lerna run test", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix", "prettier": "prettier -c .",