Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/log-viewer-webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"client:lint:check": "cd client && npm run lint:check",
"client:lint:fix": "cd client && npm run lint:fix",
"client:start": "cd client && npm start",
"init": "npm i && (cd client && npm i) && (cd server && npm i)",
"init": "npm clean-install && (cd client && npm clean-install) && (cd server && npm clean-install)",
"lint:check": "npm run client:lint:check && npm run server:lint:check",
"lint:fix": "npm run client:lint:fix && npm run server:lint:fix",
"server:lint:check": "cd server && npm run lint:check",
Expand Down
2 changes: 0 additions & 2 deletions components/webui/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
docs/
node_modules/

linter/package-lock.json
Loading