Skip to content

Commit

Permalink
Merge pull request #275 from CybercentreCanada/frontend/typescript_test
Browse files Browse the repository at this point in the history
Frontend/TypescriptTest
  • Loading branch information
cccs-nr authored Oct 10, 2024
2 parents 16d24a2 + 4d624a2 commit 59b0648
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pipelines/full-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@ stages:
displayName: 'Use Node 18.x'
inputs:
versionSpec: 18.x
- script: |
set -xv # Echo commands before they are run
yarn install
yarn run tsc
workingDirectory: $(Pipeline.Workspace)/working/assemblyline-ui-frontend/
displayName: TypeScript Frontend
- script: |
set -xv # Echo commands before they are run
yarn install
Expand All @@ -162,13 +169,6 @@ stages:
workingDirectory: $(Pipeline.Workspace)/working/assemblyline-ui-frontend/
displayName: ESLint Frontend
- script: |
set -xv # Echo commands before they are run
yarn install
yarn run tsc
workingDirectory: $(Pipeline.Workspace)/working/assemblyline-ui-frontend/
displayName: TypeScript Frontend
- job: build_frontend
dependsOn: test_frontend
Expand Down

0 comments on commit 59b0648

Please sign in to comment.