mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-21 19:06:21 +00:00
chore: scripts for easy release
This commit is contained in:
parent
aaa3e29ef3
commit
7d2789640d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aditama-labs/nest-autocrud",
|
||||
"version": "0.0.19",
|
||||
"version": "0.0.21",
|
||||
"description": "NestJS Auto CRUD Library",
|
||||
"author": "Supan Adit Pratama",
|
||||
"license": "MIT",
|
||||
|
11
scripts/unix/release.sh
Normal file
11
scripts/unix/release.sh
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user