Skip to content

Commit cb56976

Browse files
committed
ci: forced 'node_env' var
1 parent a111387 commit cb56976

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
runs-on: [self-hosted]
4040
env:
4141
HUSKY: 0
42+
NODE_ENV: development
4243

4344
steps:
4445
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"fix": "eslint \"packages/**/*.ts\" --fix",
2222
"lint": "eslint \"packages/**/*.ts\"",
2323
"lint-staged": "lint-staged",
24-
"prepare": "husky install || true",
24+
"prepare": "husky install",
2525
"pretest": "pnpm build",
2626
"reinstall": "pnpm clean:unix && pnpm install",
2727
"script:list-packages": "tsx ./scripts/list-packages.ts",

0 commit comments

Comments
 (0)