Skip to content

Commit 92d5b59

Browse files
Licensing: remove NPM
1 parent 5d4eb5b commit 92d5b59

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

licensing/Makefile

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -68,34 +68,3 @@ format:
6868
@go fmt
6969

7070
all: clean download linux windows mac compress-all
71-
72-
npm-linux: linux
73-
@echo "Moving files to npm folders..."
74-
@mv bin/corlink-server npm/@rubynetwork/linux-x64/corlink-server
75-
@mv bin/corlink-server-arm npm/@rubynetwork/linux-arm/corlink-server
76-
@mv bin/corlink-server-arm64 npm/@rubynetwork/linux-arm64/corlink-server
77-
@mv bin/corlink-server-386 npm/@rubynetwork/linux-ia32/corlink-server
78-
79-
npm-windows: windows
80-
@echo "Moving files to npm folders..."
81-
@mv bin/corlink-server.exe npm/@rubynetwork/win32-x64/corlink-server.exe
82-
@mv bin/corlink-server-386.exe npm/@rubynetwork/win32-ia32/corlink-server.exe
83-
84-
npm-mac: mac
85-
@echo "Moving files to npm folders..."
86-
@mv bin/corlink-server-mac npm/@rubynetwork/darwin-x64/corlink-server
87-
@mv bin/corlink-server-mac-arm64 npm/@rubynetwork/darwin-arm64/corlink-server
88-
89-
npm-publish:
90-
@echo "Publishing to npm..."
91-
@cd npm/@rubynetwork/linux-x64 && npm publish --access public
92-
@cd npm/@rubynetwork/linux-arm && npm publish --access public
93-
@cd npm/@rubynetwork/linux-arm64 && npm publish --access public
94-
@cd npm/@rubynetwork/linux-ia32 && npm publish --access public
95-
@cd npm/@rubynetwork/win32-x64 && npm publish --access public
96-
@cd npm/@rubynetwork/win32-ia32 && npm publish --access public
97-
@cd npm/@rubynetwork/darwin-x64 && npm publish --access public
98-
@cd npm/@rubynetwork/darwin-arm64 && npm publish --access public
99-
@cd npm/corlink-server && npm publish --access public
100-
101-
npm: npm-linux npm-windows npm-mac

0 commit comments

Comments
 (0)