[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",