2021-10-11 12:40:02 +02:00
|
|
|
{
|
2023-08-01 18:06:36 +02:00
|
|
|
"watch": [
|
|
|
|
"src",
|
|
|
|
"../backend-core",
|
|
|
|
"../pro",
|
|
|
|
"../types",
|
|
|
|
"../shared-core",
|
|
|
|
"../string-templates"
|
2023-03-02 17:03:56 +01:00
|
|
|
],
|
2023-08-01 18:06:36 +02:00
|
|
|
"ext": "js,ts,json",
|
|
|
|
"ignore": ["src/**/*.spec.ts", "src/**/*.spec.js", "../*/dist/**/*"],
|
2023-12-19 14:50:35 +01:00
|
|
|
"exec": "yarn build && node dist/index.js"
|
2022-01-20 09:15:46 +01:00
|
|
|
}
|