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",