Unverified Commit 172872f4 authored by Alexandre Burgoni's avatar Alexandre Burgoni
Browse files

Fix: typescript expose_as typo

parent abc71168
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ typescript_compile:
    - fi
    - tsc -p "${CI_PROJECT_DIR}/${PROJECT_ROOT}/tsconfig.json" --outDir "${CI_PROJECT_DIR}/${TARGET_OUTPUT}"
  artifacts:
    exposer_as: "typescript compile"
    expose_as: "typescript compile"
    paths:
      - ${CI_PROJECT_DIR}/${TARGET_OUTPUT}
    when: always
 No newline at end of file