fix: full remove node_modules
This commit is contained in:
parent
3811fd4eb9
commit
253358d0c1
|
@ -70,7 +70,7 @@ const clean = () => {
|
|||
|
||||
program
|
||||
.command('clean')
|
||||
.description('remove node_modules/*, yarn.lock, and build artifacts')
|
||||
.description('remove node_modules, yarn.lock, and build artifacts')
|
||||
.action(clean);
|
||||
|
||||
const unpublish = async () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user