Skip to content

Commit

Permalink
force dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
georghinkel committed Sep 11, 2024
1 parent 229f358 commit ccb5845
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"npm": ">= 9.5.0"
},
"scripts": {
"clean": "shx rm -rf packages/*/lib packages/*/out packages/*/*.tsbuildinfo",
"build": "tsc -b tsconfig.build.json && npm run build --workspace=nmeta-glsp-webview --workspace=nmeta-glsp-standalone --workspace=nmeta-vscode --workspace=generator-nmfglsp --workspace=property-views-client --workspace=property-view",
"clean": "shx rm -rf packages/*/lib packages/*/dist packages/*/out packages/*/*.tsbuildinfo",
"build": "tsc -b tsconfig.build.json && npm run build --workspace=nmeta-glsp-webview --workspace=nmeta-glsp-standalone --workspace=generator-nmfglsp --workspace=property-views-client --workspace=property-view --workspace=nmeta-vscode",
"watch": "concurrently -n tsc,vscode -c blue,yellow,green,green,green,green \"tsc -b tsconfig.build.json -w\" \"npm run watch --workspace=nmeta-vscode\"",
"build:clean": "npm run clean && npm run build",
"lint": "npm run lint --workspaces",
Expand Down
2 changes: 1 addition & 1 deletion packages/nmeta-glsp-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --force",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand Down
2 changes: 1 addition & 1 deletion packages/nmeta-glsp-standalone/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'vite';
// https://vitejs.dev/config/
export default defineConfig({
build: {
commonjsOptions: { include: [/nmeta-glsp-client/, /\@eclipse-glsp\/client/] },
commonjsOptions: { include: [/nmeta-glsp-client/, /@eclipse-glsp\/client/] },
},
optimizeDeps: {
include: ['nmeta-glsp-client', '@eclipse-glsp/client'],
Expand Down

0 comments on commit ccb5845

Please sign in to comment.