diff options
author | 2019-09-12 10:59:15 +0200 | |
---|---|---|
committer | 2019-09-12 13:01:37 +0200 | |
commit | fdfde2175da045760b356548203131480ae9d601 (patch) | |
tree | f84d70fae9d558d2646d352a09da7af5b7fe9631 /extra/bin-for-dev/start-frontend.sh | |
parent | 5b410e6f81aaa11c65e6dd2c3b841eed21ee1c38 (diff) |
Add scritp for DB
Add scripts to load/save the db + add autogeneration of the test data
used by the CSIT
Issue-ID: CLAMP-496
Change-Id: I90cc4d1860562c0325038e6b8e900d99b64d201a
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'extra/bin-for-dev/start-frontend.sh')
-rwxr-xr-x | extra/bin-for-dev/start-frontend.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/bin-for-dev/start-frontend.sh b/extra/bin-for-dev/start-frontend.sh index 41d97b5a..d5f4d241 100755 --- a/extra/bin-for-dev/start-frontend.sh +++ b/extra/bin-for-dev/start-frontend.sh @@ -24,4 +24,4 @@ ### cd ../../target/ui-react -node/npm start +node/npm start --scripts-prepend-node-path |