Skip to content

Commit 75c64a7

Browse files
committed
test: fix test script
1 parent 229a777 commit 75c64a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/cf-mw-urlrewrite/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ADD ./ ./
1818

1919
FROM base as test
2020

21-
RUN npm run lint && npm run test
21+
RUN npm run test
2222

2323
# -------------------------------------------------------------------- test ---
2424

0 commit comments

Comments
 (0)