Skip to content

Commit dd9c542

Browse files
committed
fixed script
1 parent c9e804b commit dd9c542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"build": "run-p build:*",
2424
"build:main": "tsc -p tsconfig.main.json",
2525
"build:module": "tsc -p tsconfig.module.json",
26-
"generate": "tsc && graphql-codegen",
27-
"prepublish": "tsc"
26+
"generate": "run-p build:* && graphql-codegen",
27+
"prepublish": "run-p build:*"
2828
},
2929
"keywords": [
3030
"gql",

0 commit comments

Comments
 (0)