Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnajyothi-y authored Oct 29, 2024
1 parent f2b100c commit 84d9011
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# Makefile for building the web frontend
# Makefile

.PHONY: all webfrontend-build webfrontend-test clean
.PHONY: webfrontend-build webfrontend-test

# Default target
all: webfrontend-build

# Target for building the web frontend
webfrontend-build:
yarn install # Install dependencies
yarn build # Build the project
yarn install
yarn build

webfrontend-test:
yarn test

# Clean target
clean:
rm -rf build # Adjust according to your project's build output
yarn test

0 comments on commit 84d9011

Please # to comment.