Skip to content

Commit

Permalink
test: add bundlewatch in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Aug 28, 2024
1 parent f60a6ae commit f5a7069
Show file tree
Hide file tree
Showing 3 changed files with 3,921 additions and 418 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pipeline {
sh "make develop"
sh "make install"
sh "make build"
sh "yarn bundlewatch --config .bundlewatch.config.json"
sh "make bundlewatch"
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ install: ## Install project and add-ons
build: ## Build frontend
NODE_OPTIONS="--max-old-space-size=16384" yarn build

.PHONY: bundlewatch
bundlewatch:
yarn bundlewatch --config .bundlewatch.config.json

.PHONY: husky
husky: ## Install husky git hooks in src/addons/*
./scripts/husky.sh
Expand Down
Loading

0 comments on commit f5a7069

Please sign in to comment.