[webclient] add postinstall script for copy_shared_files (#4268)
This commit is contained in:
parent
df0b867d9e
commit
2b0a9975be
2 changed files with 16889 additions and 32 deletions
16920
webclient/package-lock.json
generated
16920
webclient/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue