Add prepare script for git installs (#429)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
"scripts": {
|
||||
"dev": "webpack --mode development",
|
||||
"build": "webpack --mode production",
|
||||
"lint": "eslint src"
|
||||
"lint": "eslint src",
|
||||
"prepare": "webpack --mode production"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user