1
0

Preparing for an initial release

This commit is contained in:
Zef Hemel
2022-06-28 14:14:15 +02:00
parent be92bf2311
commit 16fcd91d6c
73 changed files with 3205 additions and 20734 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash -e
VERSION=$1
npm version --ws $VERSION || true
npm install --ws server --save @silverbulletmd/web@$VERSION @silverbulletmd/plugs@$VERSION @silverbulletmd/common@$VERSION
npm run clean-build
npm run publish-all