Skip to content

Commit d000ebc

Browse files
committed
revert
1 parent ecae30f commit d000ebc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firestore/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"test:node:persistence:prod": "node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'",
4545
"test:travis": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts",
4646
"test:minified": "(cd ../../integration/firestore ; yarn test)",
47+
"prepare": "yarn build:release",
4748
"api-report": "api-extractor run --local --verbose",
4849
"predoc": "node ../../scripts/exp/remove-exp.js temp",
4950
"doc": "api-documenter markdown --input temp --output docs"
@@ -108,4 +109,4 @@
108109
],
109110
"reportDir": "./coverage/node"
110111
}
111-
}
112+
}

0 commit comments

Comments
 (0)