fix(woodpecker): fixes to build
This commit is contained in:
parent
505d001ffe
commit
286ec7a1fb
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "exit-planning",
|
||||
"description": "Thoughts and observations when planning for death and serious injuries.",
|
||||
"version": "1.0.5",
|
||||
"name": "project-layout",
|
||||
"description": "A method for organizing multiple polygot source projects.",
|
||||
"version": "3.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:pdf": "mfgames-writing-format build pdf",
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
rm -f *.epub *.pdf
|
||||
npm install --ci
|
||||
npm run build
|
||||
|
|
Loading…
Reference in a new issue