We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833f297 commit 63837f8Copy full SHA for 63837f8
package.json
@@ -4,7 +4,9 @@
4
"description": "a proxy server built on top of express.js for graphql services.",
5
"main": "dist/index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "prepublish": "npm run build",
9
+ "build": "rm -rf dist && tsc -d"
10
},
11
"repository": {
12
"type": "git",
@@ -31,4 +33,4 @@
31
33
"ts-node": "^10.0.0",
32
34
"typescript": "^4.3.5"
35
}
-}
36
+}
0 commit comments