Clean up website build

This commit is contained in:
Zef Hemel
2022-11-25 19:43:54 +01:00
parent 6521016b7c
commit ee4979b471
5 changed files with 13 additions and 55 deletions
-9
View File
@@ -1,9 +0,0 @@
#!/bin/bash -e
VERSION=$1
npm version --ws $VERSION || true
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