Skip to content

Commit

Permalink
Merge pull request #6 from hodfords-solutions/chore/update-ci
Browse files Browse the repository at this point in the history
chore: update ci
  • Loading branch information
hodfords-phuong-vo-be authored Aug 27, 2024
2 parents ffd2925 + 67faa8a commit 71c3685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
npm view @hodfords/nestjs-response@"$(node -p "require('./package.json').version")" version && echo "Package is already published" && exit 0 || true
npm install
npm run build
cp package.json dist/libs
cp README.md dist
cd dist
npm publish --access public

0 comments on commit 71c3685

Please sign in to comment.