Skip to content

Commit

Permalink
fix: build before benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Nov 2, 2023
1 parent 41fb582 commit faa36c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
"test-blocking": "ts-node -T ./test/live-testing/index.js"
"pretest:blocking": "npm run build",
"test:blocking": "ts-node -T ./test/live-testing/index.js"
},
"author": {
"name": "Apify",
Expand Down

0 comments on commit faa36c3

Please sign in to comment.