Merge branch 'main' of https://dev.azure.com/stockerer/MarmeladenLaden/_git/MarmeladenLaden
This commit is contained in:
@@ -12,10 +12,12 @@ pool:
|
|||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '10.x'
|
versionSpec: '17.x'
|
||||||
displayName: 'Install Node.js'
|
displayName: 'Install Node.js'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
npm install
|
npm install
|
||||||
|
npx tsc
|
||||||
|
npm run compile
|
||||||
npm run build
|
npm run build
|
||||||
displayName: 'npm install and build'
|
displayName: 'npm install and build'
|
||||||
|
|||||||
Reference in New Issue
Block a user