Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 71 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:dll": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack --config .erb/configs/webpack.config.renderer.dev.dll.ts",
"package": "rimraf dist && npm run build && electron-builder build --publish never",
"init:ci": "npm ci --ignore-scripts && node node_modules/electron/install.js",
"init:e2e": "npm ci --ignore-scripts && node node_modules/electron/install.js && npm run build && npm run rebuild:electron",
"init:e2e": "npm run init:ci && npm run build && npm run rebuild:electron",
"init:dev": "npm install && node node_modules/electron/install.js && npm run build:dll && npm run rebuild:electron",
"========== Code style ==========": "",
"lint": "eslint src --ext .ts,.tsx --max-warnings 276",
Expand Down Expand Up @@ -180,6 +180,7 @@
"jwt-decode": "^3.1.2",
"openapi-fetch": "^0.13.4",
"openpgp": "5.11.3",
"p-limit": "^7.3.0",
"phosphor-react": "^1.4.1",
"react": "^17.0.2",
"react-circular-progressbar": "^2.1.0",
Expand Down
Binary file modified packages/core/internxt-drive-desktop-core-0.1.13.tgz
Binary file not shown.
Loading
Loading