fix(core): update
This commit is contained in:
@ -23,7 +23,7 @@ const installExec = async (packageNames: string[]) => {
|
||||
};
|
||||
|
||||
const packageLibrary = plugins.smartfile.fs.toObjectSync(
|
||||
plugins.path.join(paths.packageBase, 'package_library.json')
|
||||
plugins.path.join(paths.assetsDir, 'package_library.json')
|
||||
);
|
||||
|
||||
export const install = async (packageSetArg: string) => {
|
||||
|
@ -1,3 +1,4 @@
|
||||
import plugins = require('./tools.plugins');
|
||||
|
||||
export const packageBase = plugins.path.join(__dirname, '../');
|
||||
export const assetsDir = plugins.path.join(packageBase, './assets');
|
||||
|
Reference in New Issue
Block a user