1
0

Cleanup and @lezer/lr upgrade

This commit is contained in:
Zef Hemel
2022-06-29 15:02:53 +02:00
parent db82ade33b
commit bcff45e7ad
19 changed files with 80 additions and 2352 deletions
+3 -1
View File
@@ -2,6 +2,8 @@
VERSION=$1
npm version --ws $VERSION || true
npm install --ws server --save @silverbulletmd/web@$VERSION @silverbulletmd/plugs@$VERSION @silverbulletmd/common@$VERSION
npm install --workspace packages/server --save @silverbulletmd/web@$VERSION @silverbulletmd/common@$VERSION @silverbulletmd/plugs@$VERSION
npm install --workspace packages/plugs --save @silverbulletmd/common@$VERSION
npm run clean-build
npm run publish-all