We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae2b36 commit 3ccd519Copy full SHA for 3ccd519
package.json
@@ -14,7 +14,7 @@
14
"test": "npm run lint && mocha",
15
"travis": "npm run lint && npm run coverage && npm run build",
16
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot",
17
- "preversion": "npm run test && npm run build"
+ "preversion": "npm run test && npm run build && git add unexpected-dom.*"
18
},
19
"repository": {
20
"type": "git",
0 commit comments