fix: full remove node_modules

This commit is contained in:
cha0s 2021-03-20 07:23:10 -05:00
parent 3811fd4eb9
commit 253358d0c1

View File

@ -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 () => {