Skip to content

Commit

Permalink
test: fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Aug 3, 2023
1 parent 229a777 commit 75c64a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/cf-mw-urlrewrite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ADD ./ ./

FROM base as test

RUN npm run lint && npm run test
RUN npm run test

# -------------------------------------------------------------------- test ---

Expand Down

0 comments on commit 75c64a7

Please sign in to comment.