Skip to content

Commit

Permalink
fix: run frontend on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekzyla committed Oct 4, 2022
1 parent b490509 commit da49efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:ci": "yarn run eslint:ci && yarn run stylelint",
"start": "webpack --watch",
"start:app": "webpack --watch --config demo/webpack.splunkapp.config.js",
"start:demo": "webpack-dev-server --config demo/webpack.standalone.config.js --host 0.0.0.0 --port ${DEMO_PORT-8080}",
"start:demo": "webpack-dev-server --config demo/webpack.standalone.config.js --port ${DEMO_PORT-8080}",
"stylelint": "stylelint \"src/**/*.{js,jsx}\" --config stylelint.config.js",
"test": "jest",
"test:ci": "JEST_JUNIT_OUTPUT_DIR=./test-reports JEST_JUNIT_OUTPUT_NAME=unit-results.xml JEST_JUNIT_CLASSNAME=unit yarn run test --ci --reporters=default jest-junit --coverage --coverageDirectory=coverage_report/coverage_maps_unit --coverageReporters=cobertura",
Expand Down

0 comments on commit da49efa

Please sign in to comment.