Skip to content

Commit fa88a75

Browse files
committed
添加持续集成配置
1 parent ba938d6 commit fa88a75

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-bytedance_job",
3-
"version": "0.1.0",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"lint": "vue-cli-service lint",
@@ -9,6 +9,16 @@
99
"server:dev-debug": "cross-env NODE_ENV=development nodemon --inspect server/app.js -w server --delay 1",
1010
"server": "cross-env NODE_ENV=production node ./server/app.js"
1111
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/konglingwen94/vue-bytedanceJob.git"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/konglingwen94/vue-bytedanceJob/issues"
18+
},
19+
"gitHooks": {
20+
"post-push": "sh deploy.sh"
21+
},
1222
"dependencies": {
1323
"axios": "^0.19.2",
1424
"connect-history-api-fallback": "^1.6.0",
@@ -40,6 +50,7 @@
4050
"prettier": "^1.19.1",
4151
"style-resources-loader": "^1.3.3",
4252
"vue-cli-plugin-style-resources-loader": "^0.1.4",
43-
"vue-template-compiler": "^2.6.11"
53+
"vue-template-compiler": "^2.6.11",
54+
"yorkie": "^2.0.0"
4455
}
4556
}

0 commit comments

Comments
 (0)