-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
includes many changes needed for this to work
- Loading branch information
Showing
21 changed files
with
125 additions
and
16,406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
.PHONY: * | ||
|
||
prebuild: | ||
npm run prebuild | ||
cd .. && bun run bun:prebuild | ||
|
||
build: prebuild | ||
npm run prerender | ||
npm run postbuild | ||
build: | ||
cd .. && bun run prerender | ||
cd .. && bun run postbuild | ||
|
||
install: | ||
# So @ngaox/seo installs (declares peer dep of Angular 15) | ||
npm ci --legacy-peer-deps | ||
# https://bun.sh/docs/cli/install#production-mode | ||
bun install --frozen-lockfile | ||
|
||
lint: | ||
npm run lint -- --max-warnings 0 | ||
bun run lint -- --max-warnings 0 | ||
|
||
test: | ||
npm run test -- --browsers=ChromeHeadless --no-watch --no-progress --reporters progress --code-coverage | ||
bun run test -- --browsers=ChromeHeadless --no-watch --no-progress --reporters progress --code-coverage | ||
|
||
run-main: | ||
cd .. && act | ||
|
@@ -24,7 +24,7 @@ reset: | |
docker ps -a --format '{{.Names}}' | grep -e '^act-' | xargs docker rm -f | ||
|
||
format-check: | ||
cd .. && npm run format-check-all | ||
cd .. && bun run bun:format-check-all | ||
|
||
lighthouse: | ||
cd .. && npx --yes @lhci/[email protected] autorun | ||
cd .. && bunx --yes @lhci/[email protected] autorun |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.lockb binary diff=lockb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.