Skip to content

Commit

Permalink
fix: typo in conf file destination postbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh committed Aug 6, 2021
1 parent e0d7dd9 commit 89c455c
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 @@ -14,7 +14,7 @@
"prebuild": "yarn clean",
"build": "tsc",
"postbuild": "yarn copy:conf",
"copy:conf": "cpy --parents --cwd=src '**/*.conf' ./build/",
"copy:conf": "cpy --parents --cwd=src '**/*.conf' '../build/'",
"start": "node ./build/server.js",
"dev": "nodemon --inspect=0.0.0.0:5858",
"start:postgres": "docker compose up postgres-test -d",
Expand Down

0 comments on commit 89c455c

Please sign in to comment.