Skip to content

Commit

Permalink
feat(build): add a command to watch and build new changes
Browse files Browse the repository at this point in the history
feature/avatar-separation
  • Loading branch information
Gabriel Santos committed Sep 16, 2019
1 parent 1a1e615 commit 4ce8a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --port 3000",
"build": "./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack --watch --progress",
"commit": "./node_modules/.bin/git-cz",
"semantic-release": "semantic-release --prepare && npm publish && semantic-release post"
},
Expand Down

0 comments on commit 4ce8a82

Please sign in to comment.