Minor fix for package.json

This commit is contained in:
Ozzie Gooen 2022-03-25 08:14:53 -04:00
parent 4a62681209
commit 6903680e1a

View File

@ -9,7 +9,7 @@
"clean": "rescript clean",
"test": "jest",
"test:watch": "jest --watchAll",
"all": "yarn build && yarn bundle && yarn test",
"all": "yarn build && yarn bundle && yarn test"
},
"keywords": [
"Rescript"