Skip to content

Commit 15dbb40

Browse files
committed
preversion: Build and bundle before testing
1 parent 83ecfef commit 15dbb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "mocha test documentation",
1919
"travis": "npm run lint && npm run coverage && npm run build && npm run bundle",
2020
"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.*",
21+
"preversion": "npm run build && npm run bundle && npm run lint && npm run test && git add unexpected-dom.*",
2222
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && deploy-site.sh",
2323
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
2424
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples"

0 commit comments

Comments
 (0)