adding yarn texttest

This commit is contained in:
Andre 2023-09-07 17:07:56 +09:30
parent c022ce6c0b
commit 67b970d15b
2 changed files with 6 additions and 1 deletions

View File

@ -28,3 +28,8 @@ To start developing
```sh ```sh
yarn dev:rescript yarn dev:rescript
``` ```
To run the TextTest file
```sh
yarn texttest [days]
```

View File

@ -14,7 +14,7 @@
"test": "jest", "test": "jest",
"test:watch": "jest --watchAll", "test:watch": "jest --watchAll",
"dev:rescript": "rescript build -w", "dev:rescript": "rescript build -w",
"start": "node src/Main.bs.js" "texttest": "node src/TextTest.bs.js"
}, },
"name": "rescript", "name": "rescript",
"version": "1.0.0", "version": "1.0.0",