diff --git a/packages/indexer-native/package.json b/packages/indexer-native/package.json index ba0129e42..253bd1a09 100644 --- a/packages/indexer-native/package.json +++ b/packages/indexer-native/package.json @@ -41,8 +41,8 @@ "lint": "eslint .", "prepare": "yarn format && yarn lint", "install": "yarn pull-or-build", - "test": "jest --colors --verbose --forceExit", - "test:ci": "jest --verbose --ci", + "test": "yarn build && jest --colors --verbose --forceExit", + "test:ci": "yarn build && jest --verbose --ci", "clean": "rm -rf ./node_modules ./binary ./build ./coverage ./native/target ./native/artifacts.json ./native/index.node" }, "dependencies": {