🐛 update shelljs
This commit is contained in:
4
script/build_with_pake_cli.mjs
vendored
4
script/build_with_pake_cli.mjs
vendored
@@ -1,9 +1,11 @@
|
||||
import { exec, cd, mv } from 'shelljs';
|
||||
import shelljs from 'shelljs';
|
||||
import axios from 'axios';
|
||||
import { promises as fs } from 'fs';
|
||||
import { fileURLToPath } from 'url';
|
||||
import path, { dirname } from 'path';
|
||||
|
||||
const { exec, cd, mv } = shelljs;
|
||||
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
const __dirname = dirname(__filename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user