publisher needs local copy of LICENSE

This commit is contained in:
Andrew Branch
2020-04-09 14:12:24 -07:00
parent db1ac43652
commit bdc4f4cfd1
3 changed files with 23 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ jobs:
cp ../tsconfig.json ./
cp ../server.js ./
cp ../IISNode.yml ./
cp ../LICENSE ./
cp -r ../dist ./
npm install
popd