Clean up website build
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user