We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05825f7 + 07752b5 commit 80e3226Copy full SHA for 80e3226
README.md
@@ -10,12 +10,12 @@ npm install
10
11
## Build
12
13
-- Build: `npm run build`
14
-- Clean: `npm run clean`
15
-- Build & watch: `npm run start`
+- Build: `npm run res:build`
+- Clean: `npm run res:clean`
+- Build & watch: `npm run res:start`
16
17
## Run
18
19
```sh
20
node src/Demo.bs.js
21
-```
+```
package.json
@@ -2,9 +2,9 @@
2
"name": "rescript-project-template",
3
"version": "0.0.1",
4
"scripts": {
5
- "build": "rescript",
6
- "clean": "rescript clean -with-deps",
7
- "start": "rescript build -w"
+ "res:build": "rescript",
+ "res:clean": "rescript clean -with-deps",
+ "res:start": "rescript build -w"
8
},
9
"keywords": [
"rescript"
0 commit comments