Skip to content

Commit cd3fcd7

Browse files
committed
fix the test:ci script: install packages in test/
1 parent 59e10a0 commit cd3fcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"reset": "yarn run clean:global && yarn install && yarn build",
2323
"--------------- ": "",
2424
"test:target": "mocha --recursive \"./test/tests\"",
25-
"test:ci": "cross-env TEST_TARGET=dist yarn run test:target",
25+
"test:ci": "cd test && yarn install && cd .. && cross-env TEST_TARGET=dist yarn run test:target",
2626
"posttest": "yarn run benchmark",
2727
"prepare": "npm run build",
2828
"release": "standard-version && git push --follow-tags origin main"

0 commit comments

Comments
 (0)