Added -with-deps to rescript build
This commit is contained in:
parent
017ee2a324
commit
96cd1071dc
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user