Skip to content

Commit 7f3aeb5

Browse files
authored
[0.61] Add missing placeholder certs for when cert generation fails (#4530)
* Add missing placeholder certs for when cert generation fails * Change files
1 parent 1c6494e commit 7f3aeb5

File tree

6 files changed

+16
-2
lines changed

6 files changed

+16
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "none",
3+
"comment": "Removing change script which runs wrong command",
4+
"packageName": "@office-iss/react-native-win32",
5+
"email": "acoates@microsoft.com",
6+
"dependentChangeType": "none",
7+
"date": "2020-04-08T16:14:31.528Z"
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "patch",
3+
"comment": "Add missing placeholder certs for when cert generation fails",
4+
"packageName": "react-native-windows",
5+
"email": "acoates@microsoft.com",
6+
"dependentChangeType": "patch",
7+
"date": "2020-04-08T16:10:10.892Z"
8+
}

packages/react-native-win32/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"scripts": {
99
"build": "just-scripts build",
1010
"bundle": "just-scripts prepareBundle && react-native bundle --platform win32 --entry-file RNTester.js --bundle-output dist/win32/dev/RNTester.bundle --assets-dest dist/win32/dev",
11-
"change": "beachball change",
1211
"clean": "just-scripts clean",
1312
"flow-check": "flow check",
1413
"lint:fix": "just-scripts lint:fix",
Binary file not shown.
Binary file not shown.

vnext/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"scripts": {
1414
"api": "just-scripts api",
1515
"build": "just-scripts build",
16-
"change": "beachball change",
1716
"clean": "just-scripts clean",
1817
"flow-check": "flow check",
1918
"lint:fix": "just-scripts lint:fix",

0 commit comments

Comments
 (0)