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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-02-16 21:32:52 +0300
committerDillon <dillonzq@outlook.com>2020-02-16 21:32:52 +0300
commitdd78d80fefed13cd0ab50563b6b40ca057811e3e (patch)
tree585cc6e225a3f7e3da4831b5770eb8cf6ed110a3 /package.json
parent5a1e0b5d31a378c5cbbae21f0b4a1577c0007a89 (diff)
chore(config): update config name
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index c26c57a..e0c4b80 100644
--- a/package.json
+++ b/package.json
@@ -18,8 +18,8 @@
},
"husky": {
"hooks": {
- "pre-commit": "npm run build && npm run copy",
- "pre-push": "npm run build && npm run copy"
+ "pre-commit": "npm run build && npm run copy && git add .",
+ "pre-push": "npm run build && npm run copy && git add ."
}
},
"repository": {