fix: edge case
This commit is contained in:
parent
18aa901c1b
commit
8ffeca7567
|
@ -9,7 +9,7 @@
|
|||
"clean": "latus-build clean",
|
||||
"fp": "latus-build forcepublish",
|
||||
"lint": "latus-build lint",
|
||||
"postinstall": "touch client.js && mkdir -p node_modules/@latus/react && ln -fs ../../../client.js node_modules/@latus/react",
|
||||
"postinstall": "rm -rf node_modules/@latus/react && touch client.js && mkdir -p node_modules/@latus/react && ln -fs ../../../client.js node_modules/@latus/react",
|
||||
"test": "latus-build test"
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user