We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410c2bc commit 438d6d3Copy full SHA for 438d6d3
src/tailwind/npm.py
@@ -21,7 +21,6 @@ def cd(self, cwd):
21
22
def command(self, *args):
23
try:
24
- print([self.npm_bin_path] + list(args))
25
subprocess.run([self.npm_bin_path] + list(args), cwd=self.cwd, check=True)
26
return True
27
except subprocess.CalledProcessError:
0 commit comments