Skip to content

Commit

Permalink
fix(build): optimize dev watch
Browse files Browse the repository at this point in the history
  • Loading branch information
jr01 committed Dec 24, 2021
1 parent 27c617e commit ab7d405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"clean": "rimraf --maxBusyTries=10 packages/*/dist dist",
"cypress": "cypress open --config-file test/cypress.json",
"cypress:ci": "cypress run --config-file test/cypress.json --reporter mochawesome",
"dev:watch": "lerna run dev:watch --parallel",
"dev:watch": "cross-env TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling lerna run dev:watch --parallel",
"diff": "lerna diff",
"updated": "lerna updated",
"clean:tsconfig-build-cache": "rimraf --maxBusyTries=10 packages/*/dist/tsconfig.tsbuildinfo",
Expand Down

0 comments on commit ab7d405

Please sign in to comment.