PHP 8.2.30
Preview: Makefile Size: 300 B
//usr/lib/node_modules/npm/node_modules/promise-retry/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:36:29
Edit Download
lib DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
30 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
1.18 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
40 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
1.11 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
300 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
1.40 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
7.89 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download

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