Updated configs

This commit is contained in:
Zakary Timson 2018-06-24 22:05:01 -04:00
parent 30b6d1c61d
commit 2eaac22019
4 changed files with 8629 additions and 10 deletions

View File

@ -14,13 +14,19 @@ jobs:
- v1-dependencies-{{ checksum "package.json" }} - v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies- - v1-dependencies-
- run: yarn install - run:
name: Install Dependancies
command: yarn install
- save_cache: - save_cache:
paths: paths:
- node_modules - node_modules
key: v1-dependencies-{{ checksum "package.json" }} key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn build - run:
name: Build
command: yarn build
- run: yarn firebase-tools deploy --token "${FIREBASE_TOKEN}" - run:
name: Deploy
command: yarn firebase deploy --token "${FIREBASE_TOKEN}"

View File

@ -13,7 +13,7 @@
"build": { "build": {
"builder": "@angular-devkit/build-angular:browser", "builder": "@angular-devkit/build-angular:browser",
"options": { "options": {
"outputPath": "dist/fhsons", "outputPath": "public",
"index": "src/index.html", "index": "src/index.html",
"main": "src/main.ts", "main": "src/main.ts",
"polyfills": "src/polyfills.ts", "polyfills": "src/polyfills.ts",

View File

@ -11,24 +11,29 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^6.0.0", "@angular/animations": "^6.0.6",
"@angular/cdk": "^6.3.0",
"@angular/common": "^6.0.0", "@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0", "@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0", "@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0", "@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0", "@angular/http": "^6.0.0",
"@angular/material": "^6.3.0",
"@angular/platform-browser": "^6.0.0", "@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0", "@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0", "@angular/router": "^6.0.0",
"angularfire2": "^5.0.0-rc.11",
"core-js": "^2.5.4", "core-js": "^2.5.4",
"firebase": "^5.1.0",
"firebase-tools": "^3.19.0",
"hammerjs": "^2.0.8",
"rxjs": "^6.0.0", "rxjs": "^6.0.0",
"zone.js": "^0.8.26" "zone.js": "^0.8.26"
}, },
"devDependencies": { "devDependencies": {
"@angular/compiler-cli": "^6.0.0",
"@angular-devkit/build-angular": "~0.6.0", "@angular-devkit/build-angular": "~0.6.0",
"typescript": "~2.7.2",
"@angular/cli": "~6.0.0", "@angular/cli": "~6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/language-service": "^6.0.0", "@angular/language-service": "^6.0.0",
"@types/jasmine": "~2.8.6", "@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3", "@types/jasminewd2": "~2.0.3",
@ -43,6 +48,7 @@
"karma-jasmine-html-reporter": "^0.2.2", "karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.3.0", "protractor": "~5.3.0",
"ts-node": "~5.0.1", "ts-node": "~5.0.1",
"tslint": "~5.9.1" "tslint": "~5.9.1",
"typescript": "~2.7.2"
} }
} }

8607
yarn.lock Normal file

File diff suppressed because it is too large Load Diff