peggy build command

This commit is contained in:
Umur Ozkul 2022-05-19 19:16:25 +02:00
parent 986e7c744b
commit d332114bc1

View File

@ -5,6 +5,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"peggy": "peggy --cache ", "peggy": "peggy --cache ",
"build:peggy": "find . -type f -name *.peggy -exec yarn run peggy {} \\;",
"build": "yarn build:rescript && yarn build:typescript", "build": "yarn build:rescript && yarn build:typescript",
"build:rescript": "rescript build -with-deps", "build:rescript": "rescript build -with-deps",
"build:typescript": "tsc", "build:typescript": "tsc",