Skip to content

Commit

Permalink
chore(git): run CI checks on push @W-15999315@ (#4293)
Browse files Browse the repository at this point in the history
* chore(git): run CI checks on push

* fix(pre-push): remove slow checks
  • Loading branch information
wjhsf authored Jun 17, 2024
1 parent 8b3f436 commit 5d98773
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env sh
set -e
node ./scripts/tasks/check-and-rewrite-package-json.js --test
node ./scripts/tasks/generate-license-files.js --test
node ./scripts/tasks/verify-treeshakable.js ./packages/@lwc/shared/dist/index.js
node ./scripts/tasks/check-imports-are-declared-dependencies.js
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ types/

__benchmarks_results__/

.nx/
.nx-cache/

# HTML files are used by tests and may include deliberately invalid/ugly HTML
# e.g. <input> without self-closing tag, extra leading/trailing whitespace, etc.
*.html

0 comments on commit 5d98773

Please sign in to comment.