Skip to content

Commit

Permalink
feat(#76): switch to tar
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 12, 2024
1 parent 717c068 commit 9605444
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
Expand Up @@ -24,7 +24,7 @@ instruct-build:
$(STATIC_PATH): $(shell find static -type f)
mkdir -p $(BUILD_DIR)
rm -rf $(STATIC_PATH)
zip -X -r $(STATIC_PATH) static
tar --auto-compress --create --file $(STATIC_PATH) static

$(BUNDLE_PATH): $(shell find src -type f) webpack.config.js tsconfig.json package.json yarn.lock $(STATIC_PATH)
node_modules/.bin/webpack
Expand Down

0 comments on commit 9605444

Please sign in to comment.