mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
dependencies: Switch to pnpm.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
b3f9fdf99a
commit
3a27b12a7d
@@ -1,4 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# TODO: After switching from yarn to pnpm, we no longer create
|
||||
# /srv/zulip-npm-cache or symlink node_modules, so this script can be
|
||||
# replaced with shutil.rmtree("/srv/zulip-npm-cache").
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user