Skip to content

Commit

Permalink
PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anku255 committed Dec 20, 2023
1 parent 22493d3 commit 872fb61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 872fb61

Please sign in to comment.