Skip to content

Commit

Permalink
remove old dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Dec 16, 2024
1 parent 5ad49d8 commit ff374e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"clean": "rimraf dist",
"build": "yarn clean && rollup -c && yarn build:types",
"build:types": "tsc -p tsconfig.web.json --emitDeclarationOnly",
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
"dev": "rollup -c --watch",
"dev:server": "yarn dev",
"dev:web": "yarn dev",
Expand Down

0 comments on commit ff374e0

Please sign in to comment.