|
48 | 48 | "lint.tsc": "tsc --noEmit",
|
49 | 49 | "pack.exe": "shx rm -rf ./dist/tsconfig.tsbuildinfo && ts-node --esm ./dev/scripts/pack-exe.ts",
|
50 | 50 | "prepare": "pnpm run -r build && pnpm run -w build",
|
51 |
| - "start.docker": "docker run -t setup_cpp .", |
52 |
| - "start.docker.arch": "docker run -t setup_cpp:arch .", |
53 |
| - "start.docker.fedora": "docker run -t setup_cpp:fedora .", |
54 |
| - "start.docker.ubuntu": "docker run -t setup_cpp:ubuntu .", |
| 51 | + "start.docker": "docker run -t setup-cpp .", |
| 52 | + "start.docker.arch": "docker run -t setup-cpp:arch .", |
| 53 | + "start.docker.fedora": "docker run -t setup-cpp:fedora .", |
| 54 | + "start.docker.ubuntu": "docker run -t setup-cpp:ubuntu .", |
55 | 55 | "test": "run-p --continue-on-error test.lint test.unit",
|
56 |
| - "test.docker.arch": "docker build -f ./dev/docker/arch_node.dockerfile --target base -t setup_cpp:arch-base . && container-structure-test test --image setup_cpp:arch-base --config ./dev/container-tests/arch.yml", |
57 |
| - "test.docker.fedora": "docker build -f ./dev/docker/fedora_node.dockerfile --target base -t setup_cpp:fedora-base . && container-structure-test test --image setup_cpp:fedora-base --config ./dev/container-tests/fedora.yml", |
58 |
| - "test.docker.ubuntu": "docker build -f ./dev/docker/ubuntu_node.dockerfile --target base -t setup_cpp:ubuntu-base . && container-structure-test test --image setup_cpp:ubuntu-base --config ./dev/container-tests/ubuntu.yml", |
| 56 | + "test.docker.arch": "docker build -f ./dev/docker/arch_node.dockerfile --target base -t setup-cpp:arch-base . && container-structure-test test --image setup-cpp:arch-base --config ./dev/container-tests/arch.yml", |
| 57 | + "test.docker.fedora": "docker build -f ./dev/docker/fedora_node.dockerfile --target base -t setup-cpp:fedora-base . && container-structure-test test --image setup-cpp:fedora-base --config ./dev/container-tests/fedora.yml", |
| 58 | + "test.docker.ubuntu": "docker build -f ./dev/docker/ubuntu_node.dockerfile --target base -t setup-cpp:ubuntu-base . && container-structure-test test --image setup-cpp:ubuntu-base --config ./dev/container-tests/ubuntu.yml", |
59 | 59 | "test.lint": "run-p --aggregate-output --continue-on-error lint.cspell test.lint.eslint test.lint.prettier lint.tsc",
|
60 | 60 | "test.lint.eslint": "eslint **/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/",
|
61 | 61 | "test.lint.prettier": "prettier . --check",
|
|
0 commit comments