mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
fix build scripts comments
This commit is contained in:
@@ -54,7 +54,7 @@ echo D | xcopy /y "C:\jenkins\workspace\tronlibraries\library" "library"
|
||||
echo "Installing dependencies..."
|
||||
call npm install
|
||||
|
||||
# Run Snyk Security Tests
|
||||
:: Run Snyk Security Tests
|
||||
echo "Running snyk security tests"
|
||||
call snyk test --file=package.json --org=%SNYK_ORG%
|
||||
|
||||
|
@@ -42,7 +42,7 @@ echo D | xcopy /y "C:\jenkins\workspace\tronlibraries\library" "library"
|
||||
echo "Installing dependencies..."
|
||||
call npm install
|
||||
|
||||
# Run Snyk Security Tests
|
||||
:: Run Snyk Security Tests
|
||||
echo "Running snyk security tests"
|
||||
call snyk test --file=package.json --org=%SNYK_ORG%
|
||||
|
||||
|
Reference in New Issue
Block a user