This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0aaa49c Update build command (#309)
0aaa49c is described below
commit 0aaa49ccf9a3cd84acc86c431d35c2defa210556
Author: Juntao Zhang <[email protected]>
AuthorDate: Mon Jul 19 11:11:22 2021 -0500
Update build command (#309)
---
package.json | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/package.json b/package.json
index 4a51c99..75ccbda 100644
--- a/package.json
+++ b/package.json
@@ -1,25 +1,24 @@
{
- "name": "tech-doc-hugo",
+ "name": "skywalking-website",
"version": "0.0.1",
- "description": "Hugo theme for technical documentation.",
+ "description": "SkyWalking Website",
"main": "none.js",
"scripts": {
"build": "npm install && hugo",
- "build-with-docs": "npm install && npm run docs && npm run team && hugo",
+ "build-with-docs": "npm install && npm run docs && npm run team && hugo &&
cp ./.htaccess ./public",
"docs": "node ./docs.js",
"team": "node ./scripts/team.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
- "url": "git+https://github.com/bep/tech-doc-hugo.git"
+ "url": "git+https://github.com/apache/skywalking-website.git"
},
- "author": "",
- "license": "ISC",
+ "license": "Apache 2.0",
"bugs": {
- "url": "https://github.com/bep/tech-doc-hugo/issues"
+ "url": "https://github.com/apache/skywalking-website/issues"
},
- "homepage": "https://github.com/bep/tech-doc-hugo#readme",
+ "homepage": "skywalking.apache.org",
"dependencies": {
"axios": "^0.21.1",
"yamljs": "^0.3.0"