Skip to content

Commit 4b2cea3

Browse files
committed
chore: fix npm warning with stub executable
1 parent 8ed877e commit 4b2cea3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"prepare": "esbuild scripts/postinstall.ts --bundle --format=cjs --platform=node --target=node16 --outfile=scripts/postinstall.cjs",
1010
"postinstall": "node -e \"fs.existsSync('.git') || import('./scripts/postinstall.cjs')\""
1111
},
12-
"files": ["scripts/postinstall.cjs"],
12+
"files": ["pg-schema-diff", "scripts/postinstall.cjs"],
1313
"devDependencies": {
1414
"grab-github-release": "^2.1.0"
1515
},

pg-schema-diff

Whitespace-only changes.

0 commit comments

Comments
 (0)