fix(core): Handled non-existent package in publish module to avoid errors

This commit is contained in:
2024-10-28 15:57:31 +01:00
parent 1ea207cda1
commit 7dc98f9dd3
6 changed files with 19 additions and 3 deletions

View File

@@ -7,9 +7,10 @@ export {
// @push.rocks scope
import * as smartfile from '@push.rocks/smartfile';
import * as smartcli from '@push.rocks/smartcli';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
import * as smartnpm from '@push.rocks/smartnpm';
import * as smartpath from '@push.rocks/smartpath';
import * as smartshell from '@push.rocks/smartshell';
export { smartfile, smartcli, smartlog, smartnpm, smartpath, smartshell };
export { smartfile, smartcli, smartdelay, smartlog, smartnpm, smartpath, smartshell };