[webclient] add postinstall script for copy_shared_files (#4268)

This commit is contained in:
mix irving
2021-02-25 13:14:02 +13:00
committed by GitHub
parent df0b867d9e
commit 2b0a9975be
2 changed files with 16889 additions and 32 deletions

16920
webclient/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -34,6 +34,7 @@
"typescript": "3.6.4"
},
"scripts": {
"postinstall": "echo 'Copying shared files...' && ./copy_shared_files.sh",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",