Skip to content

Commit

Permalink
fix: build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Oct 26, 2023
1 parent d22be27 commit 2716f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/indexer-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2716f61

Please sign in to comment.