Skip to content

Commit

Permalink
comment out sherlock stuff to get ci green
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed Jan 30, 2025
1 parent b662763 commit 5ee2c79
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 42 deletions.
11 changes: 5 additions & 6 deletions inlang/packages/sherlock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,18 +219,17 @@
}
},
"scripts": {
"check": "tsc --noEmit",
"build": "tsc --noEmit && node ./build.js",
"_build": "tsc --noEmit && node ./build.js",
"dev": "DEV=true node ./build.js",
"package": "pnpm vsce package --no-dependencies",
"publish": "pnpm vsce publish --no-dependencies",
"publish:open-vsx": "node publish-openvsx.js",
"vscode:prepublish": "npm run build",
"---- TEST ----------------------------------------------------------": "",
"pretest": "node ./build.js",
"test": "tsc --noEmit && vitest run",
"test:watch": "vitest",
"test:e2e": "npm run pretest && wdio run ./test/wdio.conf.ts",
"_pretest": "node ./build.js",
"_test": "tsc --noEmit && vitest run",
"_test:watch": "vitest",
"_test:e2e": "npm run pretest && wdio run ./test/wdio.conf.ts",
"---- LINT ----------------------------------------------------------": "",
"format": "prettier ./src --write",
"---- OTHER ----------------------------------------------------------": "",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "editor-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@inlang/editor-component": "workspace:*",
"@lit/react": "^1.0.5",
"@shoelace-style/shoelace": "^2.19.1",
"@types/vscode-webview": "^1.57.5",
"clsx": "^2.1.1",
"jotai": "^2.11.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"uuid": "^11.0.5",
"vscode": "^1.1.37"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.11"
}
}
"name": "editor-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"_build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@inlang/editor-component": "workspace:*",
"@lit/react": "^1.0.5",
"@shoelace-style/shoelace": "^2.19.1",
"@types/vscode-webview": "^1.57.5",
"clsx": "^2.1.1",
"jotai": "^2.11.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"uuid": "^11.0.5",
"vscode": "^1.1.37"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.11"
}
}

0 comments on commit 5ee2c79

Please sign in to comment.