Add embed api build
This commit is contained in:
parent
c026a2e673
commit
03d641a0d7
11 changed files with 78 additions and 7 deletions
11
scripts/release-embed-api.sh
Executable file
11
scripts/release-embed-api.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
cd client/src/standalone/player
|
||||
|
||||
rm -rf dist build && tsc -p . && ../../../node_modules/.bin/webpack --config ./webpack.config.js
|
||||
|
||||
npm publish --access public
|
||||
|
||||
rm -rf dist build node_modules
|
Loading…
Add table
Add a link
Reference in a new issue