Skip to content

Commit 51a674e

Browse files
committed
Fix to allow publish
1 parent b5884eb commit 51a674e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages-exp/auth-compat-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
2121
"test:browser": "karma start --single-run",
2222
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.* --config ../../config/mocharc.node.js",
23-
"prepare": "yarn build"
23+
"prepare": "yarn build:release"
2424
},
2525
"peerDependencies": {
2626
"@firebase/app-compat": "0.x",

packages-exp/remote-config-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:browser": "karma start --single-run",
2222
"test:debug": "karma start --browsers=Chrome --auto-watch",
2323
"prettier": "prettier --write '{src,test}/**/*.{js,ts}'",
24-
"prepare": "yarn build",
24+
"prepare": "yarn build:release",
2525
"api-report": "api-extractor run --local --verbose",
2626
"predoc": "node ../../scripts/exp/remove-exp.js temp",
2727
"doc": "api-documenter markdown --input temp --output docs",

0 commit comments

Comments
 (0)