mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
* refactor Operational packages * fix: refactor operations package to use oclif * adjusting Dockerfile * adjusting github action * Update all-tools.yml Signed-off-by: Andrei A. <andrei.alexandru@consensys.net> * adjusting github action --------- Signed-off-by: Andrei A. <andrei.alexandru@consensys.net> Co-authored-by: VGau <victorien.gauch@consensys.net>
7 lines
215 B
JavaScript
Executable File
7 lines
215 B
JavaScript
Executable File
#!/usr/bin/env -S node --loader ts-node/esm --disable-warning=ExperimentalWarning
|
|
|
|
// eslint-disable-next-line n/shebang
|
|
import {execute} from '@oclif/core'
|
|
|
|
await execute({development: true, dir: import.meta.url})
|