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 e926e48 commit 117a689Copy full SHA for 117a689
bsconfig.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "rescript-react-restate",
+ "name": "@emeks/rescript-react-restate",
3
"reason": {
4
"react-jsx": 3
5
},
package.json
@@ -1,10 +1,11 @@
"version": "1.0.0",
"scripts": {
"dev": "yarn re:build && parcel examples/index.html",
6
"re:build": "rescript",
7
- "re:watch": "rescript build -w"
+ "re:watch": "rescript build -w",
8
+ "prepublish": "rescript build"
9
10
"bugs": "https://github.com/emeks-studio/rescript-react-restate/issues",
11
"repository": {
0 commit comments