Skip to content

Commit 939db38

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 1116213 commit 939db38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ steps:
2929
inputs:
3030
SourceFolder: '.storybook'
3131
Contents: 'package.json'
32-
TargetFolder: 'storybook-static'
32+
TargetFolder: './storybook-static'
3333
OverWrite: true
3434

3535
- task: CopyFiles@2
3636
displayName: Move .npmrc
3737
inputs:
3838
SourceFolder: '.'
3939
Contents: '.npmrc'
40-
TargetFolder: 'storybook-static'
40+
TargetFolder: './storybook-static'
4141
OverWrite: true
4242

4343
- task: npmAuthenticate@0

0 commit comments

Comments
 (0)