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 2d165c9 + cba0b20 commit 984f634Copy full SHA for 984f634
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