Skip to content

Commit

Permalink
fix the test:ci script: install packages in test/
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed Oct 4, 2023
1 parent 59e10a0 commit cd3fcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"reset": "yarn run clean:global && yarn install && yarn build",
"--------------- ": "",
"test:target": "mocha --recursive \"./test/tests\"",
"test:ci": "cross-env TEST_TARGET=dist yarn run test:target",
"test:ci": "cd test && yarn install && cd .. && cross-env TEST_TARGET=dist yarn run test:target",
"posttest": "yarn run benchmark",
"prepare": "npm run build",
"release": "standard-version && git push --follow-tags origin main"
Expand Down

0 comments on commit cd3fcd7

Please sign in to comment.