mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 10:25:32 +00:00
chore(common/models): fixes script warning for unstarted action
This commit is contained in:
parent
cb8e0bc1b3
commit
5b2ba7aa70
1 changed files with 3 additions and 1 deletions
|
|
@ -97,7 +97,9 @@ fi
|
|||
|
||||
if builder_start_action clean || builder_has_action build; then
|
||||
npm run clean
|
||||
builder_finish_action success clean
|
||||
if builder_has_action clean; then
|
||||
builder_finish_action success clean
|
||||
fi
|
||||
fi
|
||||
|
||||
if builder_start_action build; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue