fix & CI
Showing
.travis.yml
0 → 100644
... | @@ -7,9 +7,7 @@ | ... | @@ -7,9 +7,7 @@ |
"start": "ng serve --base-href /mobile/ --deploy-url /mobile --locale zh-CN --output-path mobile --open", | "start": "ng serve --base-href /mobile/ --deploy-url /mobile --locale zh-CN --output-path mobile --open", | ||
"build": "ng build --base-href /mobile/ --locale zh-CN --aot --build-optimizer --extract-css --prod", | "build": "ng build --base-href /mobile/ --locale zh-CN --aot --build-optimizer --extract-css --prod", | ||
"build:dev": "ng build --base-href /mobile2/ --locale zh-CN --aot --build-optimizer --extract-css", | "build:dev": "ng build --base-href /mobile2/ --locale zh-CN --aot --build-optimizer --extract-css", | ||
"lint": "ng lint --type-check --fix", | "lint": "ng lint --type-check --fix" | ||
"publish": "npm run build && ./ossutil cp -rf dist oss://mycard/mobile", | |||
"publish:dev": "npm run build:dev && ./ossutil cp -rf dist oss://mycard/mobile2" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@angular/animations": "^4.3.6", | "@angular/animations": "^4.3.6", | ||
... | ... |
src/app/ygopro.d.ts
deleted
100644 → 0
Please register or sign in to comment