File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ let root = ([
66
66
\ \" name\" : \" ${rescript:name}\" ,\n \
67
67
\ \" version\" : \" ${rescript:proj-version}\" ,\n \
68
68
\ \" scripts\" : {\n \
69
- \ \" clean\" : \" bsb - clean-world \" ,\n \
70
- \ \" build\" : \" bsb -make-world \" ,\n \
71
- \ \" watch\" : \" bsb -make-world -w\"\n \
69
+ \ \" clean\" : \" rescript clean\" ,\n \
70
+ \ \" build\" : \" rescript build \" ,\n \
71
+ \ \" watch\" : \" rescript build -w\"\n \
72
72
\ },\n \
73
73
\ \" keywords\" : [\n \
74
74
\ \" ReScript\"\n \
Original file line number Diff line number Diff line change 2
2
"name" : " ${rescript:name}" ,
3
3
"version" : " ${rescript:proj-version}" ,
4
4
"scripts" : {
5
- "clean" : " bsb - clean-world " ,
6
- "build" : " bsb -make-world " ,
7
- "watch" : " bsb -make-world -w"
5
+ "clean" : " rescript clean" ,
6
+ "build" : " rescript build " ,
7
+ "watch" : " rescript build -w"
8
8
},
9
9
"keywords" : [
10
10
" ReScript"
Original file line number Diff line number Diff line change @@ -14388,9 +14388,9 @@ let root = ([
14388
14388
\ \"name\": \"${rescript:name}\",\n\
14389
14389
\ \"version\": \"${rescript:proj-version}\",\n\
14390
14390
\ \"scripts\": {\n\
14391
- \ \"clean\": \"bsb - clean-world \",\n\
14392
- \ \"build\": \"bsb -make-world \",\n\
14393
- \ \"watch\": \"bsb -make-world -w\"\n\
14391
+ \ \"clean\": \"rescript clean\",\n\
14392
+ \ \"build\": \"rescript build \",\n\
14393
+ \ \"watch\": \"rescript build -w\"\n\
14394
14394
\ },\n\
14395
14395
\ \"keywords\": [\n\
14396
14396
\ \"ReScript\"\n\
Original file line number Diff line number Diff line change @@ -14388,9 +14388,9 @@ let root = ([
14388
14388
\ \"name\": \"${rescript:name}\",\n\
14389
14389
\ \"version\": \"${rescript:proj-version}\",\n\
14390
14390
\ \"scripts\": {\n\
14391
- \ \"clean\": \"bsb - clean-world \",\n\
14392
- \ \"build\": \"bsb -make-world \",\n\
14393
- \ \"watch\": \"bsb -make-world -w\"\n\
14391
+ \ \"clean\": \"rescript clean\",\n\
14392
+ \ \"build\": \"rescript build \",\n\
14393
+ \ \"watch\": \"rescript build -w\"\n\
14394
14394
\ },\n\
14395
14395
\ \"keywords\": [\n\
14396
14396
\ \"ReScript\"\n\
You can’t perform that action at this time.
0 commit comments