Skip to content

Commit c38c814

Browse files
committed
fix(build): build script
1 parent bf272ec commit c38c814

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/
2+
lib/

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-binding-example",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"main": "lib/index.js",
55
"repository": "[email protected]:graphql-binding/graphql-binding-example-service.git",
66
"author": "Abhi Aiyer <[email protected]>",
@@ -13,6 +13,7 @@
1313
"node-fetch": "^2.2.0"
1414
},
1515
"scripts": {
16+
"prepublish": "babel ./src --out-dir ./lib",
1617
"test": "mocha ./__tests__ --require babel-register --watch"
1718
},
1819
"devDependencies": {

0 commit comments

Comments
 (0)