Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard-clock
Commits
71ba9946
Commit
71ba9946
authored
May 03, 2021
by
david
Browse files
Remove cp dist dir.
engine#72
parent
23b347db
Changes
1
Hide whitespace changes
Inline
Side-by-side
run.sh
View file @
71ba9946
...
...
@@ -9,10 +9,10 @@ docker="false"
#
# - dev
# - build
#
#
if
[[
$*
=
~ ^
(
dev|build
)
$
]]
;
then
mode
=
$1
if
[[
$*
=
~ ^
(
dev|build
)
$
]]
;
then
mode
=
$1
fi
if
[[
"
$1
"
==
*
"docker:"
*
]]
;
then
...
...
@@ -40,9 +40,6 @@ if [[ $docker == "false" ]]; then
if
[[
$mode
==
"build"
]]
;
then
npm run build
mkdir
-p
dist
cp
public/build/aura-clock-bundle.css dist/css/aura-clock-bundle.css
cp
public/build/aura-clock-bundle.js dist/js/aura-clock-bundle.js
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment