Skip to content

Commit

Permalink
data layer reload
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Feb 2, 2024
1 parent 02ac028 commit cbd6696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "tsx watch -r dotenv-flow/config src/index.ts",
"dev": "tsc --watch",
"lint": "eslint --cache --max-warnings=0",
"lint:fix": "eslint --cache --max-warnings=0 --fix",
"lint:all:fix": "eslint --fix --cache --max-warnings=0 src",
Expand Down

0 comments on commit cbd6696

Please sign in to comment.