Skip to content

Commit 0737552

Browse files
committed
Restore make build (used in Ansible)
1 parent 36d0f93 commit 0737552

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ endif
1717
exit 1; \
1818
}
1919

20+
build: # @HELP An alias for build-frontend-assets (for backward compatibility).
21+
build: build-frontend-assets
22+
23+
build-frontend-assets: # @HELP Build frontend assets (JS/CSS) using npm.
24+
build-frontend-assets:
25+
npm clean-install
26+
npm run build
27+
2028
build-release-image: # @HELP Build release image `aipscan-release-test` for local testing.
2129
build-release-image: AIPSCAN_VERSION=1.0.0.dev1
2230
build-release-image: IMAGE_TAG=aipscan-release-test:$(AIPSCAN_VERSION)

0 commit comments

Comments
 (0)