build intro-to-software-testing.pdf

This commit is contained in:
Nebel 2024-01-24 13:10:55 +09:00
parent 96b870f456
commit e3fab60023
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "marp README.md --output pages/index.html", "build": "marp README.md --output pages/index.html && marp README.md --pdf --output pages/intro-to-software-testing.pdf",
"format": "prettier --write ." "format": "prettier --write ."
}, },
"devDependencies": { "devDependencies": {