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 76b0426 commit cba0b20Copy full SHA for cba0b20
package.json
@@ -15,7 +15,7 @@
15
"test": "node -r dotenv/config ./test/index.js",
16
"posttest": "npm run build",
17
"prettier": "prettier --check .",
18
- "test:unit": "mocha ./test/unit"
+ "test:unit": "npm run build -- testing && mocha ./test/unit && git checkout dist"
19
},
20
"repository": {
21
"type": "git",
0 commit comments