Skip to content

Commit 7ae8177

Browse files
committed
update themes
1 parent 100da8a commit 7ae8177

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

jscomp/bsb/bsb_templates.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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\

jscomp/bsb/templates/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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"

lib/4.06.1/bsb.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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\

lib/4.06.1/rescript.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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\

0 commit comments

Comments
 (0)