Skip to content

Commit

Permalink
Fix gen:chrome-refresh-token script
Browse files Browse the repository at this point in the history
  • Loading branch information
adipascu committed Oct 11, 2023
1 parent cecd379 commit 04a9377
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest",
"lint": "eslint . --ext .js,.ts,.tsx --max-warnings=0",
"lint:fix": "eslint . --fix --ext .js,.ts,.tsx --max-warnings=0",
"gen:chrome-refresh-token": "node --loader ts-node/esm --experimental-specifier-resolution=node ./scripts/chrome-refresh-token.ts"
"gen:chrome-refresh-token": "node --loader ts-node/esm ./scripts/chrome-refresh-token.ts"
},
"devDependencies": {
"@types/chrome": "^0.0.243",
Expand Down Expand Up @@ -41,5 +41,6 @@
"solid-js": "^1.7.9",
"temporal-polyfill": "^0.1.1"
},
"license": "MIT"
"license": "MIT",
"type": "module"
}

0 comments on commit 04a9377

Please sign in to comment.