Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit c201de5

Browse files
committed
fix(template): use correct path for template update
1 parent 27b5069 commit c201de5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/template.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { sassUpdate } from './sass';
77

88

99
export function templateUpdate(event: string, filePath: string, context: BuildContext) {
10-
filePath = join(context.rootDir, filePath);
11-
1210
const logger = new Logger('template update');
1311

1412
return templateUpdateWorker(event, filePath, context)

0 commit comments

Comments
 (0)