Skip to content

Commit

Permalink
fix yarn wathc
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselvdv committed Oct 9, 2023
1 parent 6f91d6b commit 4a7ab1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"posttest": "yarn workspaces foreach --topological run posttest && node scripts/benjies-depcheck.mjs",
"prepack:all": "scripts/prepack-all",
"build": "tsc -b && yarn && yarn workspace ruru prepack",
"watch": "yarn build && tsc -b --watch",
"watch": "yarn build; tsc -b --watch",
"clean": "jest --clearCache && rm -Rf {utils,grafast,graphile-build,postgraphile}/*/{dist,bundle,tsconfig.tsbuildinfo,tsconfig.build.tsbuildinfo}",
"changeset:version": "yarn changeset version && node scripts/postversion.mjs",
"docs:gen": "yarn typedoc .",
Expand Down

0 comments on commit 4a7ab1d

Please sign in to comment.