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",
|
"name": "project-layout",
|
||||||
"description": "Thoughts and observations when planning for death and serious injuries.",
|
"description": "A method for organizing multiple polygot source projects.",
|
||||||
"version": "1.0.5",
|
"version": "3.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:pdf": "mfgames-writing-format build pdf",
|
"build:pdf": "mfgames-writing-format build pdf",
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
|
rm -f *.epub *.pdf
|
||||||
npm install --ci
|
npm install --ci
|
||||||
npm run build
|
npm run build
|
||||||
|
|
Loading…
Reference in a new issue