From 4e7a12f96b5b4312a7eec51f4028cd693adfec5d Mon Sep 17 00:00:00 2001 From: jhuleatt Date: Tue, 2 Jul 2019 12:04:22 -0700 Subject: [PATCH] add readme to deploy --- reactfire/package.json | 3 +-- reactfire/package.pub.json | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/reactfire/package.json b/reactfire/package.json index 5f1f636..15dba93 100644 --- a/reactfire/package.json +++ b/reactfire/package.json @@ -9,8 +9,7 @@ "test-dev": "jest --verbose --watch", "test": "jest --no-cache", "watch": "tsc index.ts --lib DOM,ES2018 --watch --sourceMap --declaration --jsx react", - "docs": "./node_modules/.bin/typedoc --mode modules --json docs/reactfire-metadata.json index.ts && node ./docs/generate-readme.js", - "build": "rm -rf pub && tsc && cp package.pub.json pub/reactfire/package.json" + "build": "rm -rf pub && tsc && cp package.pub.json pub/reactfire/package.json && cp ../README.md pub/reactfire/README.md" }, "repository": { "type": "git", diff --git a/reactfire/package.pub.json b/reactfire/package.pub.json index 468e377..d82f311 100644 --- a/reactfire/package.pub.json +++ b/reactfire/package.pub.json @@ -6,9 +6,7 @@ "types": "index.d.ts", "scripts": { "build": "tsc", - "test": "jest", - "watch": "tsc index.ts --lib DOM,ES2018 --watch --sourceMap --declaration --jsx react", - "docs": "./node_modules/.bin/typedoc --mode modules --json docs/reactfire-metadata.json index.ts && node ./docs/generate-readme.js" + "test": "jest" }, "repository": { "type": "git",