Skip to content

Commit 1f811cd

Browse files
committed
fix: try to modify dummy package to trigger build
1 parent 00b7933 commit 1f811cd

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://apify.com",
2929
"scripts": {
30-
"postinstall": "husky install",
30+
"postinstall": "husky",
3131
"prepublishOnly": "lerna run copy",
3232
"clean": "lerna run clean",
3333
"build": "lerna run build",

packages/dummy/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
export const foo = 'bar';
1+
export const foo = 'foo';
2+
export const bar = 'bar';

0 commit comments

Comments
 (0)