We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d9c47 commit bd9c52aCopy full SHA for bd9c52a
publish.js
@@ -59,6 +59,7 @@ module.exports = async function run(registryUrl = registry) {
59
60
try {
61
shell.exec("yarn install");
62
+ shell.exec("yarn test:only");
63
shell.exec("npx lerna link");
64
shell.exec("yarn build:packages");
65
} catch (error) {
@@ -82,7 +83,7 @@ module.exports = async function run(registryUrl = registry) {
82
83
packageJson.set("scripts.prepublish", "");
84
packageJson.set("scripts.prebuild", "");
85
packageJson.set("version", `${version}-nightly.${fullVersion}`);
- packageJson.set("publishConfig.registry", registryUrl);
86
+ // packageJson.set("publishConfig.registry", registryUrl);
87
88
if (newdepList[pkg]) {
89
packageJson.set("dependencies", {
0 commit comments