npm does not copy symlinked files

This commit is contained in:
Wilson Lin 2019-12-30 18:48:58 +11:00
parent 137ac855eb
commit 25a03fa656
2 changed files with 3 additions and 2 deletions

View File

@ -1 +0,0 @@
../README.md

View File

@ -25,7 +25,9 @@
"neon-cli": "^0.3.3"
},
"scripts": {
"install": "neon build"
"install": "neon build",
"prepack": "cp ../README.md .",
"postpack": "rm README.md"
},
"keywords": [
"html",