Commit 63f50c38 by 王岩

保存

parent 5bcd5181
...@@ -4,14 +4,15 @@ ...@@ -4,14 +4,15 @@
"description": "~~sssss~~\r # app更新说明", "description": "~~sssss~~\r # app更新说明",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"delopy": "sh foo.sh"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@gitlab.gzsle.com:wangyan/upgradeSFA.git" "url": "git@gitlab.gzsle.com:wangyan/upgradeSFA.git"
}, },
"gitHooks": { "gitHooks": {
"post-commit": "foo" "pre-commit": "npm run delopy"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment