|
|
@ -10,8 +10,8 @@ |
|
|
|
"build:packages": "lerna run build --scope=@ldt/package-*", |
|
|
|
"build:services": "lerna run build --scope=@ldt/service-*", |
|
|
|
"export": "rimraf ./build && yarn run export:deps && yarn run export:builds", |
|
|
|
"export:deps": "/bin/sh ./docker/scripts/export_deps.sh", |
|
|
|
"export:builds": "/bin/sh ./docker/scripts/export_builds.sh" |
|
|
|
"export:deps": "/bin/sh ./scripts/docker/export_deps.sh", |
|
|
|
"export:builds": "/bin/sh ./scripts/docker/export_builds.sh" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@types/chai": "^4.3.0", |
|
|
|