We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76a5a6 commit bbafc4bCopy full SHA for bbafc4b
package.json
@@ -51,7 +51,7 @@
51
"scripts": {
52
"build": "rollup -c",
53
"lint": "ls-lint && eslint --cache --cache-location .cache/ src && prettier --log-level error --ignore-path .gitignore --check --cache --cache-location .cache/.prettier src",
54
- "test": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter=dot --test-reporter-destination=coverage/lcov.info --test-reporter-destination=stdout src",
+ "test": "mkdir -p coverage; node --test --experimental-test-coverage --test-reporter=lcov --test-reporter=dot --test-reporter-destination=coverage/lcov.info --test-reporter-destination=stdout src",
55
"prepublishOnly": "npm run lint && npm run test && npm run build",
56
"prepare": "husky"
57
},
0 commit comments