Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2020-10-12 16:28:12 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2020-10-12 16:28:12 +0300
commit631c9d4f30dfc49486df14ff4233ccba45cc7616 (patch)
tree76fcae33e61a39194d1da8cc5d361014262aaeeb /package.json
parentdaca7ab7764b997c166fcc218df7bf4b7e535903 (diff)
fix task
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4f2a961..713a768 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"jest": "TZ=utc jest",
"critical": "gulp critical",
"test": "yarn run eslint && yarn run jest",
- "assets:watch": "webpack --watch -d --color",
+ "assets:watch": "webpack --watch --color",
"assets:build": "gulp cleanup:assets && NODE_ENV=production webpack --bail"
},
"dependencies": {