File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments