Compare commits

..

No commits in common. "441703b1a2380ce92b4f3dc7f5b0d23163414f57" and "304a4f8425fcaee46cfc24deed3f20e0ea202131" have entirely different histories.

2 changed files with 5 additions and 16 deletions

View file

@ -1,15 +1,9 @@
{ {
"name": "parsifal",
"author": "Tomáš Mládek <t@mldk.cz>",
"version": "0.0.1",
"main": "index.mts",
"scripts": { "scripts": {
"start": "tsx index.mts", "start": "tsx index.mts"
"build": "true"
}, },
"dependencies": { "dependencies": {
"puppeteer": "^23.3.0", "puppeteer": "^23.3.0",
"tsx": "^4.19.1" "tsx": "^4.19.1"
}, }
"devDependencies": {}
} }

View file

@ -1,5 +0,0 @@
#!/bin/bash
set -x
git pull
pnpm build
pnpm start