Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues authored Jul 5, 2024
1 parent 12d2f24 commit 7ab254d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/log-viewer-webui/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "",
"main": "src/main.js",
"scripts": {
"lint:check": "npx eslint --no-eslintrc --config package.json src",
"lint:fix": "npx eslint --fix --no-eslintrc --config package.json src",
"prod": "NODE_ENV=production node src/main.js",
"start": "NODE_ENV=development nodemon src/main.js",
"test": "tap",
"lint:check": "npx eslint --no-eslintrc --config package.json src",
"lint:fix": "npx eslint --fix --no-eslintrc --config package.json src"
"test": "tap"
},
"author": "YScope Inc. <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7ab254d

Please sign in to comment.