We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcf9e3 commit bb50f49Copy full SHA for bb50f49
package.json
@@ -14,7 +14,7 @@
14
"test": "mocha test/**/*.spec.js documentation/**/*.md",
15
"travis": "npm run lint && npm test",
16
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples",
17
- "preversion": "npm run lint && npm run test && npm run build && git add unexpected-dom.*",
+ "preversion": "npm run lint && npm run test",
18
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && deploy-site.sh"
19
},
20
"dependencies": {
0 commit comments