Skip to content

Commit ad26ec4

Browse files
committed
chore: add firebase.json for testing (#282)
1 parent c640f0c commit ad26ec4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

firebase.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"firebase": "material2-test",
3+
"public": "dist",
4+
"ignore": [
5+
"firebase.json",
6+
"**/.*",
7+
"**/node_modules/**",
8+
"tmp",
9+
"deploy",
10+
"typings"
11+
]
12+
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"typings": "typings install --ambient",
1717
"postinstall": "npm run typings",
1818
"e2e": "protractor test/protractor.conf.js",
19-
"inline-resources": "gulp inline-resources"
19+
"inline-resources": "gulp inline-resources",
20+
"deploy": "firebase deploy"
2021
},
2122
"version": "2.0.0-alpha.2",
2223
"license": "MIT",
@@ -45,6 +46,7 @@
4546
"browserstacktunnel-wrapper": "^1.4.2",
4647
"conventional-changelog": "^1.1.0",
4748
"ember-cli-inject-live-reload": "^1.3.0",
49+
"firebase-tools": "^2.2.1",
4850
"fs-extra": "^0.26.5",
4951
"glob": "^6.0.4",
5052
"gulp": "^3.9.1",

0 commit comments

Comments
 (0)