We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b7933 commit 1f811cdCopy full SHA for 1f811cd
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npx lint-staged
package.json
@@ -27,7 +27,7 @@
27
},
28
"homepage": "https://apify.com",
29
"scripts": {
30
- "postinstall": "husky install",
+ "postinstall": "husky",
31
"prepublishOnly": "lerna run copy",
32
"clean": "lerna run clean",
33
"build": "lerna run build",
packages/dummy/src/index.ts
@@ -1 +1,2 @@
-export const foo = 'bar';
+export const foo = 'foo';
+export const bar = 'bar';
0 commit comments