From 872fb61c3dc54d6c11d8b83ba44959e16e4dab2c Mon Sep 17 00:00:00 2001 From: Ankit Tiwari Date: Thu, 21 Dec 2023 01:36:02 +0530 Subject: [PATCH] PR changes --- package.json | 1 - 1 file changed, 1 deletion(-) 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",