This repository was archived by the owner on Oct 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ before_install:
9
9
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libc6-dev-i386 gcc-multilib g++-multilib ; fi
10
10
11
11
before_script :
12
+ - npm install snyk
13
+ - npm run snyk-protect
12
14
- npm install
13
15
14
16
script :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pull_requests:
4
4
install :
5
5
- ps : Install-Product node 8
6
6
build_script :
7
- - cmd : npm install && npm install 7zip-bin-win && npm run build-windows
7
+ - cmd : npm install snyk && npm run snyk-protect && npm install && npm install 7zip-bin-win && npm run build-windows
8
8
test : off
9
9
artifacts :
10
10
- path : " dist\\ eDEX-UI Windows Installer.exe"
Original file line number Diff line number Diff line change 26
26
"postbuild-linux" : " rm -R prebuild-src" ,
27
27
"postbuild-darwin" : " rm -R prebuild-src" ,
28
28
"postbuild-windows" : " rmdir /S /Q prebuild-src" ,
29
- "snyk-protect" : " snyk protect" ,
30
- "prepare" : " npm run snyk-protect"
29
+ "snyk-protect" : " snyk protect"
31
30
},
32
31
"repository" : {
33
32
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments