repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb29949
)
fix(ci): fix named import shelljs usage
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 14 Feb 2024 17:17:31 +0000
(18:17 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 14 Feb 2024 17:17:31 +0000
(18:17 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/build-prepare.js
patch
|
blob
|
blame
|
history
diff --git
a/ui/web/build-prepare.js
b/ui/web/build-prepare.js
index 8dc7df942fb6d27bf7df83a36b5286abbc0f7be2..5ac031cfe31e976c38609f2aceeb8d8b0775a0d3 100644
(file)
--- a/
ui/web/build-prepare.js
+++ b/
ui/web/build-prepare.js
@@
-1,3
+1,3
@@
-import
{ cp }
from 'shelljs'
+import
shell
from 'shelljs'
-cp('src/assets/config-template.ts', 'src/assets/config.ts')
+
shell.
cp('src/assets/config-template.ts', 'src/assets/config.ts')