You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2019/11/05 01:47:15 UTC

[incubator-apisix-dashboard] 01/02: remove stage related files

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch feature-remove-useless-files
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git

commit 99620f5e8efaaa18b76e62657cffef61e45ebed2
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Tue Nov 5 09:39:16 2019 +0800

    remove stage related files
---
 .env.staging | 5 -----
 .gitignore   | 7 -------
 package.json | 4 +---
 3 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/.env.staging b/.env.staging
deleted file mode 100644
index 0633a84..0000000
--- a/.env.staging
+++ /dev/null
@@ -1,5 +0,0 @@
-# Set to production for building optimization
-NODE_ENV = production
-
-# Base api
-VUE_APP_BASE_API = '/stage-api'
diff --git a/.gitignore b/.gitignore
index 2cbfe57..2b33ebe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,13 +2,6 @@
 node_modules
 /dist
 
-/tests/e2e/videos/
-/tests/e2e/screenshots/
-/tests/**/coverage/
-/tests/e2e/reports/
-
-chromedriver.log
-
 # local env files
 .env.local
 .env.*.local
diff --git a/package.json b/package.json
index 3f21dc0..5f619c9 100644
--- a/package.json
+++ b/package.json
@@ -6,9 +6,7 @@
   "scripts": {
     "serve": "concurrently \"vue-cli-service serve\"",
     "lint": "vue-cli-service lint",
-    "build:prod": "vue-cli-service build",
-    "build:stage": "vue-cli-service build --mode staging",
-    "svg": "vsvg -s ./src/icons/svg -t ./src/icons/components --ext ts --es6"
+    "build:prod": "vue-cli-service build"
   },
   "dependencies": {
     "axios": "^0.19.0",