feat:change countryocde component

This commit is contained in:
Sajad Mirjalili
2025-07-21 18:22:25 +03:30
parent b69ca9fbac
commit 2190518c26
7 changed files with 221 additions and 51 deletions

View File

@@ -4,18 +4,18 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- develop
- develop
pool:
vmImage: ubuntu-latest
steps:
- task: NodeTool@0
inputs:
versionSpec: '20.x'
displayName: 'Install Node.js'
- task: NodeTool@0
inputs:
versionSpec: '20.x'
displayName: 'Install Node.js'
- script: |
npm install
npm run build
displayName: 'npm install and build'
- script: |
npm install
npm run build
displayName: 'npm install and build'