Skip to content

Commit

Permalink
Updated analyze script.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 8, 2019
1 parent 1ac6f9e commit 86ae2c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"generate-settings-schema-validator": "npm run generate-settings-schema && npm run compile-settings-schema-validator",
"webdriver-update-ci": "webdriver-manager update --standalone false --gecko false --versions.chrome=78.0.3904.70",
"snyk-protect": "snyk protect",
"analyze": "npx webpack-bundle-analyzer dist/stats.json"
"analyze": "ng build --stats-json && npx webpack-bundle-analyzer dist/stats.json"
},
"engines": {
"node": ">= 6.9.1"
Expand Down
2 changes: 0 additions & 2 deletions src/app/services/pre-request/pre-request.service.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { Injectable } from '@angular/core';
// import Sval from 'sval';
import { CookieService } from 'ngx-cookie-service';
import { debug } from '../../utils/logger';
import { HttpClient } from '@angular/common/http';

// let Sval;
interface ScriptContextData {
headers;
variables;
Expand Down

0 comments on commit 86ae2c7

Please sign in to comment.