Skip to content

Commit

Permalink
chore: revert change that broke the build
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Sep 21, 2023
1 parent ec8f44a commit 5b51c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rxjs.dev/tools/transforms/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { resolve } = require('path');
const { readdirSync } = require('fs');

const PROJECT_ROOT = resolve(__dirname, '../../../../packages/rxjs');
const PROJECT_ROOT = resolve(__dirname, '../../../..');
const AIO_PATH = resolve(PROJECT_ROOT, 'apps/rxjs.dev');
const TEMPLATES_PATH = resolve(AIO_PATH, 'tools/transforms/templates');
const API_TEMPLATES_PATH = resolve(TEMPLATES_PATH, 'api');
Expand Down

0 comments on commit 5b51c37

Please sign in to comment.