Skip to content

Commit

Permalink
chore: fix ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarcosp committed Oct 3, 2021
1 parent 8cc0f3c commit 9522725
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
"react-dom": "17.0.2"
},
"scripts": {
"build": "rescript build -with-deps",
"watch": "rescript build -w",
"clean": "rescript clean",
"format": "rescript format"
"rescript:build": "rescript build -with-deps",
"rescript:start": "rescript build -w",
"rescript:clean": "rescript clean"
},
"dependencies": {}
}

0 comments on commit 9522725

Please sign in to comment.