Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Jun 17, 2024
1 parent 3d87d4f commit 60d886d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.PHONY: build run

build-ci:
npm ci
npm i -g @vercel/ncc
npm ci
npm i -g @vercel/ncc
ncc build . -o build -m
chmod +x ./build/index.js
tar -zcvf ./proxy-unit-linux-amd64.tar.gz ./build/*
Expand Down

0 comments on commit 60d886d

Please sign in to comment.