Skip to content

Commit d22a4ec

Browse files
committed
chore: added test script
1 parent adde1d8 commit d22a4ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"scripts": {
1111
"prepublish": "npm run build",
12-
"build": "rm -rf dist && tsc -d"
12+
"build": "rm -rf dist && tsc -d",
13+
"test": "echo No tests yet"
1314
},
1415
"dependencies": {
1516
"apollo-link": "^1.0.7",

0 commit comments

Comments
 (0)