|
@@ -12,6 +12,7 @@
|
|
"scripts": {
|
|
"scripts": {
|
|
"build": "webpack --progress",
|
|
"build": "webpack --progress",
|
|
"test": "jest --runInBand --no-cache",
|
|
"test": "jest --runInBand --no-cache",
|
|
|
|
+ "prepare": "yarn build",
|
|
"pretest": "yarn build",
|
|
"pretest": "yarn build",
|
|
"test:mac-local": "jest --runInBand",
|
|
"test:mac-local": "jest --runInBand",
|
|
"lint": "eslint --ext ts ./src/**/*.ts",
|
|
"lint": "eslint --ext ts ./src/**/*.ts",
|