|
|
@@ -6,7 +6,10 @@
|
|
|
"type": "module",
|
|
|
"scripts": {
|
|
|
"start": "node src/index.js",
|
|
|
- "dev": "node --watch src/index.js"
|
|
|
+ "dev": "node --watch src/index.js",
|
|
|
+ "install": "cd client && npm install",
|
|
|
+ "build": "cd client && npm run build",
|
|
|
+ "postinstall": "npm run build"
|
|
|
},
|
|
|
"keywords": ["gogs", "webhook", "git"],
|
|
|
"author": "",
|