File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -707,6 +707,7 @@ jobs:
707
707
command : |
708
708
yarn install
709
709
yarn --cwd redisinsight/api/ install
710
+ yarn --cwd redisinsight/ install
710
711
yarn build:statics
711
712
no_output_timeout : 15m
712
713
- run :
@@ -799,9 +800,12 @@ jobs:
799
800
npm install --global yarn
800
801
801
802
# set ALL_REDIS_COMMANDS=$(curl $ALL_REDIS_COMMANDS_RAW_URL)
803
+ # install dependencies
802
804
yarn install
803
805
yarn --cwd redisinsight/api/ install
806
+ yarn --cwd redisinsight/ install
804
807
yarn build:statics:win
808
+
805
809
if [ << parameters.env >> == 'prod' ]; then
806
810
yarn package:prod
807
811
rm -rf release/win-unpacked
Original file line number Diff line number Diff line change 11
11
12
12
"url" : " https://redis.com/redis-enterprise/redis-insight"
13
13
},
14
- "scripts" : {},
14
+ "scripts" : {
15
+ "postinstall" : " npx patch-package"
16
+ },
15
17
"resolutions" : {
16
18
"**/semver" : " ^7.5.2"
17
19
},
Original file line number Diff line number Diff line change
1
+ diff --git a/node_modules/sqlite3/package.json b/node_modules/sqlite3/package.json
2
+ index ab413ff..a54b830 100644
3
+ --- a/node_modules/sqlite3/package.json
4
+ +++ b/node_modules/sqlite3/package.json
5
+ @@ -9,7 +9,6 @@
6
+ },
7
+ "binary": {
8
+ "napi_versions": [
9
+ - 3,
10
+ 6
11
+ ]
12
+ },
You can’t perform that action at this time.
0 commit comments