mirror of https://github.com/Chocobozzz/PeerTube
Fix release script
parent
8b126121da
commit
462a833e4c
|
@ -122,7 +122,7 @@ rm -f "./client/dist/embed-stats.json"
|
||||||
|
|
||||||
# Release types package
|
# Release types package
|
||||||
npm run generate-types-package "$version"
|
npm run generate-types-package "$version"
|
||||||
cd types/dist
|
cd packages/types/dist
|
||||||
npm publish --access public
|
npm publish --access public
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue