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.
2 parents 331b908 + cd3fcd7 commit e2fa570Copy full SHA for e2fa570
package.json
@@ -22,9 +22,9 @@
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": "cd test && yarn install",
+ "prepare": "npm run build",
28
"release": "standard-version && git push --follow-tags origin main"
29
},
30
"keywords": [
0 commit comments