Skip to content

Commit a6afa42

Browse files
committed
Setup empty package.json
1 parent 6189751 commit a6afa42

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.github/workflows/check-nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name: Check Nightlies
33

44
on:
5+
push:
6+
branches:
7+
- main
58
workflow_dispatch:
69
# nightly build @ 4:15 AM UTC
710
schedule:

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "nightly-tests",
3+
"version": "0.0.0",
4+
"description": "Nightly integration tests for React Native",
5+
"homepage": "https://github.com/react-native-community/nightly-tests#readme",
6+
"bugs": {
7+
"url": "https://github.com/react-native-community/nightly-tests/issues"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/react-native-community/nightly-tests.git"
12+
},
13+
"license": "MIT",
14+
"author": ""
15+
}

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+

0 commit comments

Comments
 (0)