Skip to content

Commit 7e2da1a

Browse files
committed
try adding package.json to sub-actions
1 parent bebeea8 commit 7e2da1a

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "find-artifact",
3+
"version": "1.0.0",
4+
"description": "Find existing artifact for RNEF builds",
5+
"main": "index.js",
6+
"dependencies": {
7+
"@actions/core": "^1.11.1",
8+
"@actions/github": "^6.0.0"
9+
}
10+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "rnef-native-fingerprint",
3+
"version": "1.0.0",
4+
"description": "Generate native fingerprint for RNEF builds",
5+
"main": "index.js",
6+
"dependencies": {
7+
"@actions/core": "^1.11.1"
8+
}
9+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "rnef-post-build",
3+
"version": "1.0.0",
4+
"description": "Post build comment for RNEF builds",
5+
"main": "index.js",
6+
"dependencies": {
7+
"@actions/core": "^1.11.1",
8+
"@actions/github": "^6.0.0"
9+
}
10+
}

0 commit comments

Comments
 (0)