Skip to content

Commit 5d98773

Browse files
authored
chore(git): run CI checks on push @W-15999315@ (#4293)
* chore(git): run CI checks on push * fix(pre-push): remove slow checks
1 parent 8b3f436 commit 5d98773

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.husky/pre-push

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env sh
2+
set -e
3+
node ./scripts/tasks/check-and-rewrite-package-json.js --test
4+
node ./scripts/tasks/generate-license-files.js --test
5+
node ./scripts/tasks/verify-treeshakable.js ./packages/@lwc/shared/dist/index.js
6+
node ./scripts/tasks/check-imports-are-declared-dependencies.js

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ types/
1010

1111
__benchmarks_results__/
1212

13+
.nx/
14+
.nx-cache/
15+
1316
# HTML files are used by tests and may include deliberately invalid/ugly HTML
1417
# e.g. <input> without self-closing tag, extra leading/trailing whitespace, etc.
1518
*.html

0 commit comments

Comments
 (0)