We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ecfef commit 15dbb40Copy full SHA for 15dbb40
package.json
@@ -18,7 +18,7 @@
18
"test": "mocha test documentation",
19
"travis": "npm run lint && npm run coverage && npm run build && npm run bundle",
20
"coverage": "nyc --reporter=lcov --reporter=text mocha --reporter dot test documentation",
21
- "preversion": "npm run lint && npm run test && npm run build && npm run bundle && git add unexpected-dom.*",
+ "preversion": "npm run build && npm run bundle && npm run lint && npm run test && git add unexpected-dom.*",
22
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && deploy-site.sh",
23
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
24
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples"
0 commit comments