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 23882a5 commit f8e0b64Copy full SHA for f8e0b64
.ado/publish.js
@@ -62,7 +62,8 @@ function doPublish() {
62
const npmrcContents = `registry=https:${
63
process.env.publishnpmfeed
64
}/registry/\nalways-auth=true`;
65
- console.log(`Creating ${npmrcPath} for publishing`);
+ console.log(`Creating ${npmrcPath} for publishing:`);
66
+ console.log(npmrcContents);
67
fs.writeFileSync(npmrcPath, npmrcContents);
68
69
exec(`npm publish`);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native",
3
- "version": "0.0.2-microsoft.0",
+ "version": "0.0.2-microsoft.3",
4
"description": "[Microsoft Fork] A framework for building native apps using React",
5
"license": "MIT",
6
"repository": {
0 commit comments