Skip to content

Commit

Permalink
Update components/log-viewer-webui/client/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Junhao Liao <[email protected]>
  • Loading branch information
kirkrodrigues and junhaoliao authored Jul 5, 2024
1 parent 102553a commit 0b12320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/log-viewer-webui/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "src/index.jsx",
"scripts": {
"build": "webpack --define-process-env-node-env production",
"start": "webpack serve",
"lint:check": "npx eslint --no-eslintrc --config package.json src webpack.config.js",
"lint:fix": "npx eslint --fix --no-eslintrc --config package.json src webpack.config.js"
"lint:fix": "npx eslint --fix --no-eslintrc --config package.json src webpack.config.js"
"start": "webpack serve",
},
"author": "YScope Inc. <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0b12320

Please sign in to comment.