Skip to content

Commit

Permalink
Add prepare script for git installs (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill authored and dkanada committed Aug 31, 2019
1 parent af49586 commit 42c8ef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"lint": "eslint src"
"lint": "eslint src",
"prepare": "webpack --mode production"
}
}

0 comments on commit 42c8ef6

Please sign in to comment.