Update build command (#309)

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"