Skip to content

Commit 778a4d7

Browse files
authored
Merge pull request #14 from DZakh-forks/rename-npm-script-from-start-to-dev
Rename convenience npm script from res:start to res:dev
2 parents 542d7d1 + 05fbaee commit 778a4d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm install
1212

1313
- Build: `npm run res:build`
1414
- Clean: `npm run res:clean`
15-
- Build & watch: `npm run res:start`
15+
- Build & watch: `npm run res:dev`
1616

1717
## Run
1818

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"res:build": "rescript",
66
"res:clean": "rescript clean",
7-
"res:start": "rescript build -w"
7+
"res:dev": "rescript build -w"
88
},
99
"keywords": [
1010
"rescript"

0 commit comments

Comments
 (0)