Skip to content

Commit 4e7a12f

Browse files
committed
add readme to deploy
1 parent 60b2440 commit 4e7a12f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

reactfire/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"test-dev": "jest --verbose --watch",
1010
"test": "jest --no-cache",
1111
"watch": "tsc index.ts --lib DOM,ES2018 --watch --sourceMap --declaration --jsx react",
12-
"docs": "./node_modules/.bin/typedoc --mode modules --json docs/reactfire-metadata.json index.ts && node ./docs/generate-readme.js",
13-
"build": "rm -rf pub && tsc && cp package.pub.json pub/reactfire/package.json"
12+
"build": "rm -rf pub && tsc && cp package.pub.json pub/reactfire/package.json && cp ../README.md pub/reactfire/README.md"
1413
},
1514
"repository": {
1615
"type": "git",

reactfire/package.pub.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"types": "index.d.ts",
77
"scripts": {
88
"build": "tsc",
9-
"test": "jest",
10-
"watch": "tsc index.ts --lib DOM,ES2018 --watch --sourceMap --declaration --jsx react",
11-
"docs": "./node_modules/.bin/typedoc --mode modules --json docs/reactfire-metadata.json index.ts && node ./docs/generate-readme.js"
9+
"test": "jest"
1210
},
1311
"repository": {
1412
"type": "git",

0 commit comments

Comments
 (0)