Skip to content

Commit

Permalink
Update packages/ts/react-auth/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Artur <[email protected]>
  • Loading branch information
cromoteca and Artur- authored Sep 14, 2023
1 parent cfe2317 commit b135207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ts/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"scripts": {
"build": "tsc --isolatedModules -p tsconfig.build.json",
"lint": "echo \"Skipping\"",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "karma start ../../../karma.config.cjs --port 9877",
"test:coverage": "echo \"Skipping\"",
"test:watch": "npm run test -- --watch",
Expand Down

0 comments on commit b135207

Please sign in to comment.