Skip to content

Commit

Permalink
refactor: Remove unused "ALWATR_DEBUG" environment variable from buil…
Browse files Browse the repository at this point in the history
…d script
  • Loading branch information
alimd committed Sep 2, 2024
1 parent a4d4d03 commit 26e7642
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 && yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
Expand Down
File renamed without changes.
5 changes: 3 additions & 2 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 && yarn node",
"build": "yarn run build:ts & yarn run build:es",
"build:es": "nano-build --preset=module",
"build:ts": "tsc --build",
Expand All @@ -65,10 +65,11 @@
"@alwatr/store-types": "workspace:^"
},
"devDependencies": {
"@alwatr/logger": "^3.2.12",
"@alwatr/nano-build": "^1.3.8",
"@alwatr/prettier-config": "^1.0.4",
"@alwatr/tsconfig-base": "^1.2.0",
"@alwatr/type-helper": "^1.2.5",
"@alwatr/wait": "^1.1.14",
"@types/node": "^22.5.1",
"typescript": "^5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 && 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: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alwatr/store@workspace:packages/store"
dependencies:
"@alwatr/logger": "npm:^3.2.12"
"@alwatr/nano-build": "npm:^1.3.8"
"@alwatr/prettier-config": "npm:^1.0.4"
"@alwatr/store-engine": "workspace:^"
"@alwatr/store-reference": "workspace:^"
"@alwatr/store-types": "workspace:^"
"@alwatr/tsconfig-base": "npm:^1.2.0"
"@alwatr/type-helper": "npm:^1.2.5"
"@alwatr/wait": "npm:^1.1.14"
"@types/node": "npm:^22.5.1"
typescript: "npm:^5.5.4"
languageName: unknown
Expand Down

0 comments on commit 26e7642

Please sign in to comment.