mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
dependencies: Use one package.json structure.
The two package.json structure is no longer needed. https://www.electron.build/tutorials/two-package-structure Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
set -e
|
||||
set -x
|
||||
|
||||
echo "Removing node_modules and app/node_modules"
|
||||
echo "Removing node_modules"
|
||||
rm -rf node_modules
|
||||
rm -rf app/node_modules
|
||||
|
||||
echo "node_modules removed reinstalling npm packages"
|
||||
npm i
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
@echo off
|
||||
|
||||
echo "Removing node_modules and app/node_modules"
|
||||
echo "Removing node_modules"
|
||||
rmdir /s /q node_modules
|
||||
rmdir /s /q app/node_modules
|
||||
|
||||
echo "node_modules removed reinstalling npm packages"
|
||||
npm i
|
||||
|
||||
Reference in New Issue
Block a user