We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e10a0 commit cd3fcd7Copy full SHA for cd3fcd7
package.json
@@ -22,7 +22,7 @@
22
"reset": "yarn run clean:global && yarn install && yarn build",
23
"--------------- ": "",
24
"test:target": "mocha --recursive \"./test/tests\"",
25
- "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",
26
"posttest": "yarn run benchmark",
27
"prepare": "npm run build",
28
"release": "standard-version && git push --follow-tags origin main"
0 commit comments