Skip to content

Instantly share code, notes, and snippets.

@jasonLaster
Created December 15, 2020 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonLaster/bffe67e389b863376f56994a745bfe87 to your computer and use it in GitHub Desktop.
Save jasonLaster/bffe67e389b863376f56994a745bfe87 to your computer and use it in GitHub Desktop.
diff --git a/.gitignore b/.gitignore
index 39213d1..75ec0f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,3 @@
node_modules
js
-ts/protocol
-ts/client/client.ts
-ts/client/generic.ts
-ts/server/event.ts
-ts/server/message.ts
+build/ts
diff --git a/inspector_protocol/pdl.pyc b/inspector_protocol/pdl.pyc
index d05ef8a..2f4fdd7 100644
Binary files a/inspector_protocol/pdl.pyc and b/inspector_protocol/pdl.pyc differ
diff --git a/package.json b/package.json
index c7490b0..1f25e90 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"build-ts": "ts-node build",
"build-js": "tsc",
"build": "npm run build-json && npm run build-ts && npm run build-js",
- "clean": "rimraf ts/protocol ts/client/client.ts ts/client/generic.ts ts/server/event.ts ts/server/message.ts js",
+ "clean": "rimraf build/ts js",
"prepare": "npm run build"
},
"devDependencies": {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment