Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraband committed Feb 7, 2024
1 parent 548c937 commit e094edc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions node/monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"scripts": {
"vscode:prepublish": "webpack --mode production",
"build": "npm install && npm run webpack",
"webpack": "webpack --mode development",
"webpack-dev": "webpack --mode development --watch",
"webpack": "webpack --mode development",
"webpack-dev": "webpack --mode development --watch",
"lint": "eslint -c ../.eslintrc.js --ext .ts ./src",
"build:vsix": "npm install && vsce package --allow-star-activation --skip-license",
"update:demo:monitor": "npm run build:vsix && rm ../../demo/dockerfiles/demo-theia-monitor-vscode/*vsix && mv *.vsix ../../demo/dockerfiles/demo-theia-monitor-vscode"
Expand All @@ -48,11 +48,11 @@
"@types/glob": "^7.2.0",
"@types/vscode": "^1.70.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"ts-loader": "^9.3.1",
"@vscode/vsce": "^2.22.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}
}

0 comments on commit e094edc

Please sign in to comment.