File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
CommitRangeReleaseNotesTask Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1919 - name : Install dependencies
2020 run : npm install --prefix CommitRangeReleaseNotesTask
2121
22+ - name : Build project
23+ run : npm run build-ci --prefix CommitRangeReleaseNotesTask
24+
2225 - name : Install tfx-cli
2326 run : npm install -g tfx-cli
2427
Original file line number Diff line number Diff line change 44 "description" : " Azure DevOps extension to generate release notes from a commit range" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build" : " tsc && cd task && npm install" ,
8- "build-ci" : " tsc && cd task && npm ci" ,
7+ "build" : " tsc && cd task && npm install --production " ,
8+ "build-ci" : " tsc && cd task && npm ci --production " ,
99 "test" : " echo \" Error: no test specified\" && exit 1"
1010 },
1111 "author" : " Ieuan Walker" ,
You can’t perform that action at this time.
0 commit comments