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 d22a4ec commit c0eb409Copy full SHA for c0eb409
package.json
@@ -8,7 +8,7 @@
8
"schema"
9
],
10
"scripts": {
11
- "prepublish": "npm run build",
+ "prepare": "npm run build",
12
"build": "rm -rf dist && tsc -d",
13
"test": "echo No tests yet"
14
},
@@ -22,7 +22,8 @@
22
23
"devDependencies": {
24
"@types/graphql": "^0.11.7",
25
- "@types/node": "^8.5.2"
+ "@types/node": "^8.5.2",
26
+ "typescript": "^2.6.2"
27
28
"repository": {
29
"type": "git",
0 commit comments