Skip to content

Commit

Permalink
fix(build): do not try to add dist during the process
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Feb 26, 2019
1 parent 77e45fe commit c89e165
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
"standard-version": {
"scripts": {
"postbump": "node scripts/bump-css.js && npm run build",
"precommit": "git add dist",
"posttag": "node scripts/restore-css.js"
"precommit": "node scripts/restore-css.js"
}
}
}

0 comments on commit c89e165

Please sign in to comment.