Release 1.4.2 (#101)

This commit is contained in:
Lorenzo Iovino 2024-01-30 16:33:53 +01:00 committed by GitHub
parent b4cbee2b05
commit a7953268a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
"release:minor": "cd ./projects/lib/ && npm version minor",
"release:major": "cd ./projects/lib/ && npm version major",
"release:patch": "cd ./projects/lib/ && npm version patch",
"pack": "npm run build lib"
"pack": "npm run build lib && cp ./README.md ./dist/lib/README.md"
},
"private": true,
"dependencies": {