2024-10-30 13:25:59 +00:00
|
|
|
npm run build:libs
|
|
|
|
|
|
|
|
# Copy package.json to plugins
|
|
|
|
cp package.json ./plugins
|
|
|
|
cp README.md ./plugins
|
|
|
|
|
|
|
|
# Change working directory to plugins
|
|
|
|
cd plugins
|
|
|
|
|
|
|
|
# Publish
|
2024-11-02 16:14:35 +00:00
|
|
|
npm publish
|
|
|
|
|
|
|
|
# Clean after finish
|
|
|
|
cd ..
|
|
|
|
./scripts/unix/cleaner.sh
|