Skip to content

Commit

Permalink
Flakey ts integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Nov 11, 2020
1 parent 953144b commit 87045cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/typescript-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Typescript example for nextjs-auth0",
"main": "index.js",
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"dev": "next",
"build": "next build",
"start": "next start",
"format": "prettier --write \"{components,pages}/**/*.{ts,tsx}\"",
Expand Down

0 comments on commit 87045cc

Please sign in to comment.