Skip to content

Commit 0546a20

Browse files
fix: fixed path to error dep
1 parent 9e77e69 commit 0546a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/readProjectPkg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const BaseError = require('../../packages/errors');
1+
const BaseError = require('@techpacket-build-tools/errors');
22
const { cwd } = require('./dir');
33

44
let projectPkgCache;

0 commit comments

Comments
 (0)