stellarwp/strauss-build

Helper scripts for handling Strauss builds

v0.1.1.3 2023-02-22 23:01 UTC

This package is auto-updated.

Last update: 2024-04-23 01:29:59 UTC


README

This is a helper repository for handling Strauss builds.

Installation

composer require stellarwp/strauss-build

Configuration

The composer.json file should contain the following:

"scripts": {
	"strauss": [
		"./vendor/bin/stellar-strauss"
	],
	"post-install-cmd": [
		"@strauss --command=install"
	],
	"post-update-cmd": [
		"@strauss --command=update"
	]
},