Skip to content

Commit

Permalink
Update snapshots on version
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Mar 2, 2020
1 parent a015018 commit b968e0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
"test:lint": "standard --verbose | snazzy",
"test:tape": "nyc --reporter=lcov tape 'test.js' | tap-format-spec",
"update": "node generate-snapshot.js",
"version": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md",
"version": "run-s version:*",
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md",
"version:snapshots": "npm run update && git add snapshots",
"watch": "run-s clean && run-p watch:*",
"watch:dir": "budo -d build --live --open",
"watch:md": "run-s build:md -- --watch",
Expand Down

0 comments on commit b968e0a

Please sign in to comment.