Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"npm:release": "aegir exec --bail false npm -- publish",
"release:rc": "aegir release-rc",
"docs": "aegir docs",
"docs:no-publish": "aegir docs --publish false -- --exclude interop --exclude doc"
"docs:no-publish": "aegir docs --publish false -- --exclude interop --exclude doc",
"prepush": "npm exec npm-run-all -- lint dep-check docs:no-publish doc-check spell-check && (test -z \"$(git status --porcelain)\" || (echo 'Files changed during checks. Please review, stage, and commit them before pushing.' && git status --porcelain))"
},
"devDependencies": {
"aegir": "^47.0.22",
Expand Down
Loading