We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1661cc0 commit d262f40Copy full SHA for d262f40
package.json
@@ -9,7 +9,7 @@
9
"posttest": "yarn workspaces foreach --topological run posttest && node scripts/benjies-depcheck.mjs",
10
"prepack:all": "scripts/prepack-all",
11
"build": "tsc -b && yarn && yarn workspace ruru prepack",
12
- "watch": "yarn build && tsc -b --watch",
+ "watch": "yarn build; tsc -b --watch",
13
"clean": "jest --clearCache && rm -Rf {utils,grafast,graphile-build,postgraphile}/*/{dist,bundle,tsconfig.tsbuildinfo,tsconfig.build.tsbuildinfo}",
14
"changeset:version": "yarn changeset version && node scripts/postversion.mjs",
15
"docs:gen": "yarn typedoc .",
0 commit comments