Skip to content

Commit 3ccd519

Browse files
committed
Add build artifacts to staging in preversion hook
1 parent 9ae2b36 commit 3ccd519

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": "npm run lint && mocha",
1515
"travis": "npm run lint && npm run coverage && npm run build",
1616
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot",
17-
"preversion": "npm run test && npm run build"
17+
"preversion": "npm run test && npm run build && git add unexpected-dom.*"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)