mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
Implement Turborepo to include Build Caching in CI/CD
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { DateRange } from '@reactive-resume/schema';
|
||||
import { DateRange } from 'schema';
|
||||
import dayjs from 'dayjs';
|
||||
import isEmpty from 'lodash/isEmpty';
|
||||
import isString from 'lodash/isString';
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import env from '@beam-australia/react-env';
|
||||
import { Resume } from '@reactive-resume/schema';
|
||||
import { Resume } from 'schema';
|
||||
import get from 'lodash/get';
|
||||
|
||||
type Options = {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { ThemeConfig, Typography } from '@reactive-resume/schema';
|
||||
import { ThemeConfig, Typography } from 'schema';
|
||||
import { RgbColor } from 'react-colorful';
|
||||
|
||||
import { hexColorPattern } from '@/config/colors';
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { ListItem, Location, PhotoFilters } from '@reactive-resume/schema';
|
||||
import { ListItem, Location, PhotoFilters } from 'schema';
|
||||
import clsx from 'clsx';
|
||||
import get from 'lodash/get';
|
||||
import isArray from 'lodash/isArray';
|
||||
|
||||
Reference in New Issue
Block a user