Skip to content

Commit

Permalink
chore(builds): add sleep before commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Carlucci committed Oct 30, 2018
1 parent 1458e4b commit c0925b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"build": "rollup --config rollup.config.js",
"release": "node scripts/release.js && npm publish",
"version": "auto-changelog -p --template keepachangelog && npm run build && git add CHANGELOG.md",
"version": "auto-changelog -p --template keepachangelog && npm run build && sleep 3 && git add CHANGELOG.md",
"eslint": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit c0925b5

Please sign in to comment.