mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 03:28:31 +02:00
add shell arg back
This commit is contained in:
parent
a58098c6b3
commit
cf2a9c8d65
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -21,7 +21,7 @@ def delete_files(files):
|
|||
|
||||
def run_shell(command):
|
||||
# Required to run NPM commands in Windows and *nix
|
||||
subprocess.run(command.split(" "), check=True)
|
||||
subprocess.run(command, check=True, shell=True)
|
||||
|
||||
|
||||
def generate_sitemap():
|
||||
|
|
Loading…
Add table
Reference in a new issue