Skip to content

Commit

Permalink
fix: fixed the published bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Sep 11, 2021
1 parent f152df2 commit 312915d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@
"cz": "git-cz",
"update": "yarn upgrade-interactive --latest",
"sversion": "standard-version",
"precodegen": "node scripts/clean-generated.mjs",
"codegen": "graphql-codegen",
"postcodegen": "run-s typescript:*",
"typescript:replace-invalid-code": "replace-in-file /}\\;/g } generated/ts/graphql-pokemon.ts --isRegex",
"codegen": "node scripts/clean-generated.mjs && graphql-codegen && npm-run-all -s \"typescript:*\"",
"typescript:replace-invalid-code": "replace-in-file /\\}\\;/g \"}\" generated/ts/graphql-pokemon.ts --isRegex",
"typescript:use-type-import": "replace-in-file /import/g \"import type\" generated/ts/graphql-pokemon.ts --isRegex",
"typescript:compile": "rollup -c scripts/rollup.config.mjs",
"typescript:cleanup": "node scripts/postcodegen.mjs",
Expand Down

0 comments on commit 312915d

Please sign in to comment.