Closed TomFreeman closed 3 years ago
Ticking the final box on the basis that the previous PR had enough discussion already.
Plus there's a documentation update in here.
@TomFreeman looks great! Thanks for the massive commitment :+1:
@TomFreeman as this is a pretty big change I would like to just play it safe and run this from develop on a few projects for a few days:
{
"name": "ms_someapi_d",
"version": "1.0.0",
"description": "",
"scripts": {
"build:json": "boats -i ./src/index.yml -o ./build/${npm_package_name}.json",
"build:yaml": "boats -i ./src/index.yml -o ./build/${npm_package_name}.yml",
"build": "npm run build:json && npm run build:yaml"
},
"private": true,
"dependencies": {},
"devDependencies": {
"boats": "liffery-com/boats#develop"
}
}
FYI: @p-mcgowan and @zewish
Release to master PR: https://github.com/liffery-com/boats/pull/55
Re-created from https://github.com/liffery-com/boats/pull/51
Please ensure your pull request: