Skip to content

Commit

Permalink
chore: rename logger env
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Jan 3, 2024
1 parent ad549dc commit 38443ad
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/async-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"w": "yarn run watch",
"c": "yarn run clean",
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"d": "yarn run build:es && DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/deep-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"w": "yarn run watch",
"c": "yarn run clean",
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"d": "yarn run build:es && DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/exit-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"w": "yarn run watch",
"c": "yarn run clean",
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"d": "yarn run build:es && DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/flat-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"w": "yarn run watch",
"c": "yarn run clean",
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"d": "yarn run build:es && DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/flatomise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"w": "yarn run watch",
"c": "yarn run clean",
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"d": "yarn run build:es && DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/global-scope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"w": "yarn run watch",
"c": "yarn run clean",
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"d": "yarn run build:es && DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
Expand Down
3 changes: 3 additions & 0 deletions packages/platform-info/demo/demo.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import {platformInfo} from '@alwatr/platform-info';

console.dir(platformInfo);
2 changes: 1 addition & 1 deletion packages/platform-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"w": "yarn run watch",
"c": "yarn run clean",
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"d": "yarn run build:es && DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"w": "yarn run watch",
"c": "yarn run clean",
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"d": "yarn run build:es && DEBUG=1 yarn node",
"build": "yarn run build:ts",
"build:es": "echo skip build:es",
"build:ts": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion packages/wait/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"w": "yarn run watch",
"c": "yarn run clean",
"cb": "yarn run clean && yarn run build",
"d": "yarn run build:es && ALWATR_DEBUG=1 yarn node",
"d": "yarn run build:es && DEBUG=1 yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
Expand Down

0 comments on commit 38443ad

Please sign in to comment.