diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-18 12:43:36 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-18 12:43:36 -0700 |
commit | dcfe8fd7aa184081351863a851a0d254bd87afa3 (patch) | |
tree | 3d9518dee0bc260a076a4de0b52089584a773923 | |
parent | dcf37d223884ad95a69ade8c40afafb588975464 (diff) |
Update clean script
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b11993b..15ce1d6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "packages/typescript-types/npm/" ], "scripts": { - "clean": "lerna clean -y && rm -f ./packages/**/package-lock.json && rm -rf ./packages/**/dist && rm -rf ./packages/**/npm", + "clean": "rm -rf ./packages/**/node_modules && rm -rf ./packages/**/dist && rm -rf ./packages/**/npm", "get-it-onto-npm": "npm install && rm -f ./packages/**/package-lock.json && lerna publish", "lint": "deno lint packages/**/src/**/*.ts example/**/*.ts", "docs": "npm ci && typedoc --tsconfig tsconfigdoc.json", |