Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
51ngul4r1ty committed Feb 10, 2024
1 parent 8d6298c commit c318eee
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
9 changes: 1 addition & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
"build-pkg:rich-types": "npm run build -w packages/rich-types",
"build-pkg:client-sdk": "npm run build -w packages/client-sdk",
"build-pkg:api-types": "npm run build -w packages/api-types",
"build-pkgs:shared": "npm run build-pkg:api-types && npm run build-pkg:rich-types && npm run build-pkg:client-sdk && npm run build-pkg:shared",
"build-pkgs:extension": "npm run build-pkg:rich-types && npm run build-pkgs:client-sdk && npm run build-pkg:extension",
"build-pkgs:client-sdk": "npm run build-pkg:api-types && npm run build-pkg:rich-types && npm run build-pkg:client-sdk",
"build-pkgs:web-app": "npm run build-pkg:shared && npm run build-pkg:web-app",
"dist-pkg:extension": "npm run build-pkgs:shared && npm run build-pkg:extension && npm run build-vsix -w packages/vscode-extension",
"dist-pkg:extension": "npm run build-pkgs:client-sdk && npm run build-pkg:extension && npm run build-vsix -w packages/vscode-extension",
"check-prereqs-pkg:web-app": "npm run check:prereqs -w packages/web-app",
"docker-pkg:web-app": "npm run build-pkg:web-app && npm run -w packages/web-app build:docker",
"clean-all": "npm run clean-all:node-modules && npm run clean-all:dist",
Expand Down Expand Up @@ -53,7 +52,6 @@
"workspaces": [
"packages/api-types",
"packages/client-sdk",
"packages/desktop-app",
"packages/rich-types",
"packages/scripts",
"packages/shared",
Expand Down
1 change: 1 addition & 0 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"test": "npm run build-tests && npm run build && npm run lint && npm run test-only",
"test-only": "node ./out/test/runTest.js",
"build-tests": "tsc --version && tsc -p . --outDir out",
"clean:node-modules": "rimraf node_modules",
"clean:vsix": "npx --no-install rimraf ./dist-vsix/",
"build-vsix": "npm run clean:vsix && npm run build-vsix:pre-build && npm run build && npm run build-vsix:vsce",
"build-vsix:pre-build": "npx --no-install ts-node ./scripts/prebuild-vsix.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/vscode-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"include": ["src"],
"exclude": ["./scripts"],
"references": [
{ "path": "../shared/tsconfig.json" },
{ "path": "../rich-types/tsconfig.json" },
{ "path": "../client-sdk/tsconfig.json" }
]
Expand Down

0 comments on commit c318eee

Please sign in to comment.