Skip to content

Commit

Permalink
chore: review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Nov 10, 2021
1 parent 2e10c6e commit fd1ae98
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
- run: yarn copy:schematics
- run:
name: Check schematics-core for consistency
command: git diff --name-only --exit-code ./modules
command: yarn schematics:check

e2e-affected:
<<: *run_in_browser
Expand Down
2 changes: 1 addition & 1 deletion modules/component-store/schematics-core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"downlevelIteration": true,
"outDir": "../../dist/modules/schematics-core",
"outDir": "../../dist/modules/schematics-score",
"sourceMap": true,
"inlineSources": true,
"lib": ["es2018", "dom"],
Expand Down
2 changes: 1 addition & 1 deletion modules/component/schematics-core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"downlevelIteration": true,
"outDir": "../../dist/modules/schematics-core",
"outDir": "../../dist/modules/schematics-score",
"sourceMap": true,
"inlineSources": true,
"lib": ["es2018", "dom"],
Expand Down
2 changes: 1 addition & 1 deletion modules/data/schematics-core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"downlevelIteration": true,
"outDir": "../../dist/modules/schematics-core",
"outDir": "../../dist/modules/schematics-score",
"sourceMap": true,
"inlineSources": true,
"lib": ["es2018", "dom"],
Expand Down
2 changes: 1 addition & 1 deletion modules/effects/schematics-core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"downlevelIteration": true,
"outDir": "../../dist/modules/schematics-core",
"outDir": "../../dist/modules/schematics-score",
"sourceMap": true,
"inlineSources": true,
"lib": ["es2018", "dom"],
Expand Down
2 changes: 1 addition & 1 deletion modules/entity/schematics-core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"downlevelIteration": true,
"outDir": "../../dist/modules/schematics-core",
"outDir": "../../dist/modules/schematics-score",
"sourceMap": true,
"inlineSources": true,
"lib": ["es2018", "dom"],
Expand Down
2 changes: 1 addition & 1 deletion modules/router-store/schematics-core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"downlevelIteration": true,
"outDir": "../../dist/modules/schematics-core",
"outDir": "../../dist/modules/schematics-score",
"sourceMap": true,
"inlineSources": true,
"lib": ["es2018", "dom"],
Expand Down
2 changes: 1 addition & 1 deletion modules/schematics-core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"downlevelIteration": true,
"outDir": "../../dist/modules/schematics-core",
"outDir": "../../dist/modules/schematics-score",
"sourceMap": true,
"inlineSources": true,
"lib": ["es2018", "dom"],
Expand Down
2 changes: 1 addition & 1 deletion modules/schematics/schematics-core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"downlevelIteration": true,
"outDir": "../../dist/modules/schematics-core",
"outDir": "../../dist/modules/schematics-score",
"sourceMap": true,
"inlineSources": true,
"lib": ["es2018", "dom"],
Expand Down
2 changes: 1 addition & 1 deletion modules/store-devtools/schematics-core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"downlevelIteration": true,
"outDir": "../../dist/modules/schematics-core",
"outDir": "../../dist/modules/schematics-score",
"sourceMap": true,
"inlineSources": true,
"lib": ["es2018", "dom"],
Expand Down
2 changes: 1 addition & 1 deletion modules/store/schematics-core/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"downlevelIteration": true,
"outDir": "../../dist/modules/schematics-core",
"outDir": "../../dist/modules/schematics-score",
"sourceMap": true,
"inlineSources": true,
"lib": ["es2018", "dom"],
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@
"npm-run-all": "^4.1.5",
"nyc": "^10.1.2",
"ora": "^1.3.0",
"postcss": "^8.3.9",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.1",
"prettier": "2.4.1",
"protractor": "7.0.0",
"reflect-metadata": "^0.1.9",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12857,7 +12857,7 @@ postcss-image-set-function@^3.0.1:
postcss "^7.0.2"
postcss-values-parser "^2.0.0"

[email protected], postcss-import@^14.0.2:
[email protected]:
version "14.0.2"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.0.2.tgz#60eff77e6be92e7b67fe469ec797d9424cae1aa1"
integrity sha512-BJ2pVK4KhUyMcqjuKs9RijV5tatNzNa73e/32aBVE/ejYPe37iH+6vAu9WvqUkB5OAYgLHzbSvzHnorybJCm9g==
Expand Down Expand Up @@ -13077,7 +13077,7 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
indexes-of "^1.0.1"
uniq "^1.0.1"

[email protected], postcss@^8.3.7, postcss@^8.3.9:
[email protected], postcss@^8.3.7:
version "8.3.11"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==
Expand Down

0 comments on commit fd1ae98

Please sign in to comment.