Skip to content

Commit 625edc7

Browse files
authored
Update package scripts (#6)
1 parent 50fa218 commit 625edc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "rescript-project-template",
33
"version": "0.0.1",
44
"scripts": {
5-
"build": "bsb -make-world",
6-
"clean": "bsb -clean-world",
7-
"start": "bsb -make-world -w"
5+
"build": "rescript",
6+
"clean": "rescript clean -with-deps",
7+
"start": "rescript build -w"
88
},
99
"keywords": [
1010
"rescript"

0 commit comments

Comments
 (0)