Skip to content

Commit bab1fb0

Browse files
fix
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent a745201 commit bab1fb0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/dockerfiles/linux-libc-ubi8.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN npm config set fetch-retry-mintimeout 100000 && npm config set fetch-retry-m
7171
# Grab dependencies (and force to rebuild them)
7272
RUN rm -rf /checode-compilation/node_modules && npm install --force
7373

74-
RUN npm --prefix code/extensions/che-commands test
74+
RUN npm --prefix extensions/che-commands test
7575

7676
# Compile
7777
RUN NODE_ARCH=$(echo "console.log(process.arch)" | node) \

build/dockerfiles/linux-libc-ubi9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN npm config set fetch-retry-mintimeout 100000 && npm config set fetch-retry-m
7070
# Grab dependencies (and force to rebuild them)
7171
RUN rm -rf /checode-compilation/node_modules && npm install --force
7272

73-
RUN npm --prefix code/extensions/che-commands test
73+
RUN npm --prefix extensions/che-commands test
7474

7575
# Compile
7676
RUN NODE_ARCH=$(echo "console.log(process.arch)" | node) \

build/dockerfiles/linux-musl.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN npm config set fetch-retry-mintimeout 100000 && npm config set fetch-retry-m
4747
# Grab dependencies (and force to rebuild them)
4848
RUN rm -rf /checode-compilation/node_modules && npm install --force
4949

50-
RUN npm --prefix code/extensions/che-commands test
50+
RUN npm --prefix extensions/che-commands test
5151

5252
# Rebuild platform specific dependencies
5353
RUN npm rebuild

0 commit comments

Comments
 (0)