peggy build command
This commit is contained in:
parent
986e7c744b
commit
d332114bc1
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user