Add prepare script for git installs (#429)
This commit is contained in:
parent
af49586b1b
commit
42c8ef6262
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
"scripts": {
|
||||
"dev": "webpack --mode development",
|
||||
"build": "webpack --mode production",
|
||||
"lint": "eslint src"
|
||||
"lint": "eslint src",
|
||||
"prepare": "webpack --mode production"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue