We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a111387 commit cb56976Copy full SHA for cb56976
.github/workflows/main.yml
@@ -39,6 +39,7 @@ jobs:
39
runs-on: [self-hosted]
40
env:
41
HUSKY: 0
42
+ NODE_ENV: development
43
44
steps:
45
- uses: actions/checkout@v4
package.json
@@ -21,7 +21,7 @@
21
"fix": "eslint \"packages/**/*.ts\" --fix",
22
"lint": "eslint \"packages/**/*.ts\"",
23
"lint-staged": "lint-staged",
24
- "prepare": "husky install || true",
+ "prepare": "husky install",
25
"pretest": "pnpm build",
26
"reinstall": "pnpm clean:unix && pnpm install",
27
"script:list-packages": "tsx ./scripts/list-packages.ts",
0 commit comments