Skip to content

Commit d262f40

Browse files
committed
fix yarn wathc
1 parent 1661cc0 commit d262f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"posttest": "yarn workspaces foreach --topological run posttest && node scripts/benjies-depcheck.mjs",
1010
"prepack:all": "scripts/prepack-all",
1111
"build": "tsc -b && yarn && yarn workspace ruru prepack",
12-
"watch": "yarn build && tsc -b --watch",
12+
"watch": "yarn build; tsc -b --watch",
1313
"clean": "jest --clearCache && rm -Rf {utils,grafast,graphile-build,postgraphile}/*/{dist,bundle,tsconfig.tsbuildinfo,tsconfig.build.tsbuildinfo}",
1414
"changeset:version": "yarn changeset version && node scripts/postversion.mjs",
1515
"docs:gen": "yarn typedoc .",

0 commit comments

Comments
 (0)