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 926f480 commit e680409Copy full SHA for e680409
package.json
@@ -101,7 +101,7 @@
101
"coverage": "nyc npm run test",
102
"migrate:pg:up": "db-migrate up --config migrations/pg/database.json --migrations-dir migrations/pg/migrations",
103
"migrate:pg:down": "db-migrate down --config migrations/pg/database.json --migrations-dir migrations/pg/migrations",
104
- "prepare": "husky install"
+ "prepare": "test \"$HUSKY\" = \"0\" || husky install"
105
},
106
"repository": {
107
"type": "git",
@@ -219,7 +219,8 @@
219
{
220
"npmPublish": true,
221
"pkgRoot": ".",
222
- "tarballDir": "dist"
+ "tarballDir": "dist",
223
+ "npmPublishSkipScripts": true
224
}
225
],
226
[
0 commit comments