diff --git a/package.json b/package.json index 15013b330a102f5db8fde4ab2308abb85a510a7e..adc563834681e59c4d781d0034d272c3f35990dd 100755 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "build:tsc": "tsc", "build": "npm run build:client && npm run build:server", "start": "NODE_ENV=production node build/dist/server.js", + "clean": "rm -Rf node_modules/", "code:check": "eslint -c .eslintrc.json --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore .", "code:fix": "eslint --fix -c .eslintrc.json --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore .", "test": "jest",