Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
Remove optimise flag as it is deprecated
Browse files Browse the repository at this point in the history
bermannoah committed Feb 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6d01926 commit 785bbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ build: $(SCRIPT) $(BIN)

$(SCRIPT): src/js/* src/css/*
yarn install
node ./node_modules/.bin/webpack --optimize-minimize --config ./webpack.config.js
node ./node_modules/.bin/webpack --config ./webpack.config.js

$(BIN): *.go
go build -v

0 comments on commit 785bbdb

Please sign in to comment.