Skip to content

Commit 0117faf

Browse files
committed
Add reason-react-navigation to workspace/test/ci
1 parent dca0a83 commit 0117faf

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"bs-react-native-jsx3-compat",
4646
"bs-react-native",
4747
"bs-react-native-example",
48+
"reason-react-navigation",
4849
"website"
4950
]
5051
}

reason-react-navigation/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,25 @@
22
"name": "reason-react-navigation",
33
"version": "0.2.0",
44
"description": "Reason bindings for react-navigation",
5-
"main": "index.js",
65
"scripts": {
7-
"build": "bsb -clean-world -make-world",
8-
"clean": "bsb -clean-world",
9-
"format": "bsrefmt --in-place **/*.re"
6+
"re:clean": "bsb -clean-world",
7+
"re:start": "bsb -make-world -w",
8+
"re:build": "bsb -make-world",
9+
"re:clean-build": "yarn re:clean && yarn re:build",
10+
"clean": "yarn re:clean",
11+
"test": "yarn re:clean-build"
1012
},
1113
"repository": "https://github.com/reasonml-community/reason-react-native.git",
1214
"license": "MIT",
1315
"peerDependencies": {
14-
"bs-platform": ">=5.0.2",
16+
"bs-platform": ">=5.0.4",
1517
"react-native": ">=0.59.0",
1618
"reason-react": ">=0.7.0",
1719
"reason-react-native": ">=0.60.0"
1820
},
1921
"devDependencies": {
2022
"bs-platform": "^5.0.4",
21-
"react-native": "^0.59.9",
2223
"reason-react": "^0.7.0",
2324
"reason-react-native": "^0.60.0"
2425
}
25-
}
26+
}

0 commit comments

Comments
 (0)