mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2025-05-22 13:14:04 +00:00
chore: fix release bat in windows stuck in build, also publishing the minor version to show known issue notes at npmjs
This commit is contained in:
parent
97be7b8f7c
commit
6d47c2b9f4
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@aditama-labs/nest-autocrud",
|
"name": "@aditama-labs/nest-autocrud",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"description": "NestJS Auto CRUD Library",
|
"description": "NestJS Auto CRUD Library",
|
||||||
"author": "Supan Adit Pratama",
|
"author": "Supan Adit Pratama",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
echo Running npm run build:libs
|
echo Running npm run build:libs
|
||||||
npm run build:libs
|
call npm run build:libs
|
||||||
|
|
||||||
echo Copying package.json to plugins
|
echo Copying package.json to plugins
|
||||||
copy package.json .\plugins
|
copy package.json .\plugins
|
||||||
@ -13,7 +13,7 @@ echo Changing working directory to plugins
|
|||||||
cd plugins
|
cd plugins
|
||||||
|
|
||||||
echo Publishing...
|
echo Publishing...
|
||||||
npm publish
|
call npm publish
|
||||||
|
|
||||||
echo Cleaning up...
|
echo Cleaning up...
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user