Added -with-deps to rescript build

This commit is contained in:
Ozzie Gooen 2022-02-17 22:25:35 -05:00
parent 017ee2a324
commit 96cd1071dc

View File

@ -4,9 +4,9 @@
"homepage": "https://foretold-app.github.io/estiband/",
"private": false,
"scripts": {
"build": "rescript build",
"build": "rescript build -with-deps",
"parcel": "parcel build ./src/js/index.js --no-source-maps --no-autoinstall",
"start": "rescript build -w",
"start": "rescript build -w -with-deps",
"clean": "rescript clean",
"test": "jest",
"test:ci": "yarn jest ./__tests__/Lodash__test.re",