Skip to content

Commit cba02d3

Browse files
committed
Update build script
1 parent d002bd0 commit cba02d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_build-package.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ npm run wrapper-transform
1919
Destination = 'LICENSE.md'
2020
Source = 'LICENSE.md'
2121
},
22+
@{
23+
Destination = 'README.md'
24+
Source = 'README.md'
25+
},
2226
@{
2327
Destination = Join-Path -Path 'nodejs-wrapper' -ChildPath 'package-lock.json'
2428
Source = 'package-lock.json'

0 commit comments

Comments
 (0)