@financial-times/origami-service-makefile
Version:
Common tools for building and running Origami services
13 lines (11 loc) • 394 B
Plain Text
# Origami Service Makefile
# ------------------------
# This section of the Makefile should not be modified, it includes
# commands from the Origami service Makefile.
# https://github.com/Financial-Times/origami-service-makefile
include index.mk
# [edit below this line]
# ------------------------
npm-publish:
@npx -p npm-prepublish@^1 npm-prepublish --verbose
@npm publish --access public