Skip to content

Commit

Permalink
Merge pull request #17 from hodfords-solutions/chore/update-package-json
Browse files Browse the repository at this point in the history
chore: update package json
  • Loading branch information
hodfords-phuong-vo-be authored Sep 26, 2024
2 parents 0fa1f82 + 8b043ae commit 4d5f894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"postbuild": "cp package.json dist/lib",
"postbuild": "cp package.json dist/lib && cp README.md dist/lib && cp .npmrc dist/lib",
"format": "prettier --write \"sample/**/*.ts\" \"test/**/*.ts\" \"lib/**/*.ts\"",
"start": "nest start",
"start:dev": "npm run prebuild && nest start --watch",
Expand Down

0 comments on commit 4d5f894

Please sign in to comment.