From ba4e2a5aa6a115a1f02b3e34a995ff450015d30d Mon Sep 17 00:00:00 2001 From: jaybell Date: Tue, 16 Aug 2022 07:53:51 -0700 Subject: [PATCH] chore(router-store): add back in commented out command --- angular.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/angular.json b/angular.json index 4e53707d7e..f54d03c9cc 100644 --- a/angular.json +++ b/angular.json @@ -497,6 +497,10 @@ { "command": "nx build-package eslint-plugin" }, + // uncomment when there are eslint-plugin migrations + // { + // "command": "yarn tsc -p modules/eslint-plugin/tsconfig.schematics.json" + // }, { "command": "cpy modules/eslint-plugin/migrations/migration.json dist/modules/eslint-plugin/migrations" },