PHP 8.2.30
Preview: Makefile Size: 300 B
/opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules/retry/Makefile

SHELL := /bin/bash

test:
	@node test/runner.js

release-major: test
	npm version major -m "Release %s"
	git push
	npm publish

release-minor: test
	npm version minor -m "Release %s"
	git push
	npm publish

release-patch: test
	npm version patch -m "Release %s"
	git push
	npm publish

.PHONY: test

Directory Contents

Dirs: 2 × Files: 7

Name Size Perms Modified Actions
example DIR
- drwxr-xr-x 2024-03-03 22:42:04
Edit Download
lib DIR
- drwxr-xr-x 2024-03-03 22:42:04
Edit Download
30 B lrw-r--r-- 2021-09-28 11:28:44
Edit Download
1.18 KB lrw-r--r-- 2021-09-28 11:28:44
Edit Download
40 B lrw-r--r-- 2021-09-28 11:28:44
Edit Download
1.11 KB lrw-r--r-- 2021-09-28 11:28:44
Edit Download
300 B lrw-r--r-- 2021-09-28 11:28:44
Edit Download
1.48 KB lrw-r--r-- 2021-09-28 11:28:44
Edit Download
7.89 KB lrw-r--r-- 2021-09-28 11:28:44
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).