feat: add actor contextual menu to export

This commit is contained in:
Matthieu Cailleaux
2021-12-28 21:12:51 +01:00
parent 790c043c70
commit 227188b012
12 changed files with 691 additions and 739 deletions

View File

@@ -1,6 +1,5 @@
rm -fr dist
npm run build
mkdir -p ./dist/lang
mkdir -p ./dist/styles
cp ./lang/* ./dist/lang/
cp ./styles/* ./dist/styles/
cp module.json ./dist/module.json
cp -r $MODULE_DIRS dist/
export MODULE_VERSION=$(jq ".version" package.json | sed -r 's/["]+//g')
envsubst '${MODULE_VERSION}' < ./module.json > ./dist/module.json