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 = ([
6666 \ \" name\" : \" ${rescript:name}\" ,\n \
6767 \ \" version\" : \" ${rescript:proj-version}\" ,\n \
6868 \ \" 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 \
7272 \ },\n \
7373 \ \" keywords\" : [\n \
7474 \ \" ReScript\"\n \
Original file line number Diff line number Diff line change 22 "name" : " ${rescript:name}" ,
33 "version" : " ${rescript:proj-version}" ,
44 "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"
88 },
99 "keywords" : [
1010 " ReScript"
Original file line number Diff line number Diff line change @@ -14388,9 +14388,9 @@ let root = ([
1438814388 \ \"name\": \"${rescript:name}\",\n\
1438914389 \ \"version\": \"${rescript:proj-version}\",\n\
1439014390 \ \"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\
1439414394 \ },\n\
1439514395 \ \"keywords\": [\n\
1439614396 \ \"ReScript\"\n\
Original file line number Diff line number Diff line change @@ -14388,9 +14388,9 @@ let root = ([
1438814388 \ \"name\": \"${rescript:name}\",\n\
1438914389 \ \"version\": \"${rescript:proj-version}\",\n\
1439014390 \ \"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\
1439414394 \ },\n\
1439514395 \ \"keywords\": [\n\
1439614396 \ \"ReScript\"\n\
You can’t perform that action at this time.
0 commit comments