Skip to content

Commit

Permalink
Update dev config
Browse files Browse the repository at this point in the history
- Update to latest @eclipse-glsp/dev package
- Add `generate:index` utility script
- Fix codeActionsOnSave in vscode settings
  • Loading branch information
tortmayr committed Apr 17, 2024
1 parent 955cb87 commit b2d5935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/workflow-glsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
],
"scripts": {
"build": "tsc -b",
"generate:index": "glsp generateIndex src -f",
"clean": "rimraf *.tsbuildinfo lib",
"generate:index": "glsp generateIndex src -f",
"lint": "eslint --ext .ts,.tsx ./src",
Expand Down

0 comments on commit b2d5935

Please sign in to comment.