Skip to content

Commit fcd2db9

Browse files
Update azure-pipelines-1.yml for Azure Pipelines
1 parent d566120 commit fcd2db9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-pipelines-1.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ jobs:
2020
inputs:
2121
versionSpec: '16.x' # Explicitly set the Node.js version to 10.x
2222
displayName: 'Use Node.js 16'
23-
23+
24+
- script: |
25+
node --version # This will print the Node version
26+
npm install
27+
npm run build
28+
displayName: 'Install Dependencies and Build'
2429
2530
- script: echo Hello, world!
2631
displayName: 'Run a one-line script'

0 commit comments

Comments
 (0)