Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit c6584e7

Browse files
committed
chore: use prepublishOnly script hook
1 parent 8ff3283 commit c6584e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphqlgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"clean": "rm -rf ./src/tests/**/tmp && rm -rf ./src/tests/**/generated",
17-
"prepublish": "rm -rf example/node_modules && yarn test && yarn build",
17+
"prepublishOnly": "rm -rf example/node_modules && yarn test && yarn build",
1818
"benchmarks": "ts-node benchmarks",
1919
"build": "yarn clean && yarn lint && tsc --declaration",
2020
"watch": "tsc -w",

0 commit comments

Comments
 (0)