Skip to content

Commit bb50f49

Browse files
committed
No need to build this project
1 parent 1dcf9e3 commit bb50f49

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
@@ -14,7 +14,7 @@
1414
"test": "mocha test/**/*.spec.js documentation/**/*.md",
1515
"travis": "npm run lint && npm test",
1616
"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.*",
17+
"preversion": "npm run lint && npm run test",
1818
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && deploy-site.sh"
1919
},
2020
"dependencies": {

0 commit comments

Comments
 (0)