Fix typo in theia package build script

This commit is contained in:
BoykoAlex
2018-10-30 16:49:54 -04:00
parent 0b19f43d9b
commit 36454b3ade

View File

@@ -44,5 +44,5 @@ cd "$ext_folder"
tar_file=$extension_id-v$qualified_version.tgz
yarn pack --filename $tar_file
cp $tarfile $workdir/out
cp $tar_file $workdir/out