Skip to content

Commit

Permalink
chore: update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
hodfords-phuong-vo-be committed Sep 26, 2024
1 parent 0fa1f82 commit 8b043ae
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 8b043ae

Please sign in to comment.