Skip to content

Commit

Permalink
reporter-web-app: Remove source-map-explorer
Browse files Browse the repository at this point in the history
Remove source-map-explorer from package.json scripts as the bundle is by
default deleted on run of `yarn build`.

Signed-off-by: Thomas Steenbergen <thomas.steenbergen@here.com>
  • Loading branch information
tsteenbe committed Feb 22, 2019
1 parent 5ad8985 commit ce04dd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reporter-web-app/package.json
Expand Up @@ -30,7 +30,6 @@
"spdx-license-list": "^5.0.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
Expand Down

0 comments on commit ce04dd6

Please sign in to comment.