diff --git a/package.json b/package.json index 14806b32f..1034a633d 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,6 @@ "build": "rm -rf lib/build && npx rollup -c", "watch": "npx rollup -cw", "watch-mac": "chokidar lib/ts/* -c 'npx rollup -c'", - "watch-mac-2": "chokidar lib/ts/* -c 'npx rollup -c && cp -r lib recipe ui index.d.ts index.js package.json rollup.config.mjs webJsInterfaceSupported.json ../../supertokens-demo/frontend/node_modules/supertokens-auth-react/ && rm -rf ../../supertokens-demo/frontend/node_modules/.cache'", "pretty": "npx pretty-quick .", "build-pretty": "npm run build && npm run pretty && npm run pretty", "lint": "node other/checkTranslationKeys.js && cd lib && eslint ./ts --ext .ts,.tsx",