mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-22 03:16:21 +00:00
15 lines
226 B
Bash
Executable File
15 lines
226 B
Bash
Executable File
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
|
|
npm publish
|
|
|
|
# Clean after finish
|
|
cd ..
|
|
./scripts/unix/cleaner.sh |