Skip to content

Commit b5f971e

Browse files
committed
recovered skip in ci
1 parent eb61c46 commit b5f971e

1 file 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
@@ -20,7 +20,7 @@
2020
"migrate:undo": "sequelize db:migrate:undo",
2121
"publish:npm": "npm run build && npm publish --scope=@internxt --registry=https://registry.npmjs.org/ --access public",
2222
"publish:github": "npm run build && npm publish --scope=@internxt --registry=https://npm.pkg.github.com",
23-
"postinstall": "node ./bin/run.js webdav restart"
23+
"postinstall": "node ./scripts/skip-in-ci.js || node ./bin/run.js webdav restart"
2424
},
2525
"homepage": "https://github.com/internxt/cli",
2626
"license": "MIT",

0 commit comments

Comments
 (0)