ado pipeline
This commit is contained in:
Родитель
c41e999690
Коммит
0cc9597dbd
|
@ -1,33 +0,0 @@
|
|||
# Node.js
|
||||
# Build a general Node.js project with npm.
|
||||
# Add steps that analyze code, save build artifacts, deploy, and more:
|
||||
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
|
||||
|
||||
trigger:
|
||||
- master
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: '12.x'
|
||||
displayName: 'Install Node.js'
|
||||
|
||||
- script: |
|
||||
npm install
|
||||
npm run build
|
||||
displayName: 'npm install and build'
|
||||
|
||||
- script: |
|
||||
npm test
|
||||
displayName: 'Run tests with Jest'
|
||||
|
||||
- script: |
|
||||
npm run lint
|
||||
displayName: 'Lint project with ESLint'
|
||||
|
||||
- script: |
|
||||
npm run build:prod
|
||||
displayName: 'Build package with Webpack'
|
Загрузка…
Ссылка в новой задаче