Skip to content

Commit

Permalink
Merge pull request #272 from unexpectedjs/ssimonsen/stop-checking-in-…
Browse files Browse the repository at this point in the history
…bundled-files

Stop checking in the bundled files
  • Loading branch information
sunesimonsen authored Jun 15, 2019
2 parents be54ee9 + ed82ca0 commit 11b6b18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2,642 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ coverage
site-build
.nyc_output
lib
unexpected-dom.js
unexpected-dom.min.js
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"test-node": "mocha ./test/*.js",
"test-headless": "npm run test-browser",
"coverage": "nyc --reporter=lcov --reporter=text npm test",
"preversion": "npm run build && npm run bundle && npm run lint && npm run test && git add unexpected-dom.*",
"preversion": "npm run lint && npm run test",
"prepublishOnly": "npm run build && npm run bundle",
"postversion": "npm run changelog && git add CHANGELOG.md && git commit --allow-empty -m 'Update changelog' && npm run generate-site && gh-pages -d site-build",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples"
Expand Down
Loading

0 comments on commit 11b6b18

Please sign in to comment.