Skip to content

Commit

Permalink
fix: fix docker image with symlinks (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Feb 12, 2020
1 parent 418a170 commit bc5bc8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"lint": "gts check",
"prepare": "npm run compile-protos && npm run compile",
"pretest": "npm run compile-protos && npm run compile",
"test": "c8 --reporter=lcov mocha build/test/unit"
"test": "c8 --reporter=lcov mocha build/test/unit",
"prepack": "cd templates/typescript_gapic && rm -f package.json.njk && mv package.json package.json.njk",
"postpack": "cd templates/typescript_gapic && mv package.json.njk package.json && ln -s package.json package.json.njk"
},
"dependencies": {
"file-system": "^2.2.2",
Expand Down

0 comments on commit bc5bc8c

Please sign in to comment.