Skip to content

Commit

Permalink
recovered skip in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
larryrider committed Dec 13, 2024
1 parent eb61c46 commit b5f971e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"migrate:undo": "sequelize db:migrate:undo",
"publish:npm": "npm run build && npm publish --scope=@internxt --registry=https://registry.npmjs.org/ --access public",
"publish:github": "npm run build && npm publish --scope=@internxt --registry=https://npm.pkg.github.com",
"postinstall": "node ./bin/run.js webdav restart"
"postinstall": "node ./scripts/skip-in-ci.js || node ./bin/run.js webdav restart"
},
"homepage": "https://github.com/internxt/cli",
"license": "MIT",
Expand Down

0 comments on commit b5f971e

Please sign in to comment.