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

Commit 2545bc3

Browse files
committed
chore: fix path to tests in clean script
1 parent 75d17b5 commit 2545bc3

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
@@ -13,7 +13,7 @@
1313
"gg": "dist/index.js"
1414
},
1515
"scripts": {
16-
"clean": "rm -rf ./src/tests/**/tmp && rm -rf ./src/tests/**/generated && rm -rf ./dist",
16+
"clean": "rm -rf tests/**/tmp && rm -rf tests/**/generated && rm -rf dist",
1717
"prepublishOnly": "rm -rf example/node_modules && yarn checks && yarn test && yarn build",
1818
"postpublish": "yarn clean",
1919
"benchmarks": "ts-node benchmarks",

0 commit comments

Comments
 (0)