https://git.jolheiser.com/tailwind-ctp-intellisense.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14
diff --git a/package.json b/package.json index f2094fe49da0f4973a380d352466145ea6f10e4c..803898b6f18546189b29dce03eeb2acf594d9a74 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ { "name": "root", "private": true, "scripts": { - "bootstrap": "lerna bootstrap --hoist" + "bootstrap": "lerna bootstrap --hoist", + "clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +" }, "devDependencies": { "lerna": "^3.22.1"