Compare commits
No commits in common. "441703b1a2380ce92b4f3dc7f5b0d23163414f57" and "304a4f8425fcaee46cfc24deed3f20e0ea202131" have entirely different histories.
441703b1a2
...
304a4f8425
2 changed files with 5 additions and 16 deletions
10
package.json
10
package.json
|
@ -1,15 +1,9 @@
|
|||
{
|
||||
"name": "parsifal",
|
||||
"author": "Tomáš Mládek <t@mldk.cz>",
|
||||
"version": "0.0.1",
|
||||
"main": "index.mts",
|
||||
"scripts": {
|
||||
"start": "tsx index.mts",
|
||||
"build": "true"
|
||||
"start": "tsx index.mts"
|
||||
},
|
||||
"dependencies": {
|
||||
"puppeteer": "^23.3.0",
|
||||
"tsx": "^4.19.1"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
|
5
start.sh
5
start.sh
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -x
|
||||
git pull
|
||||
pnpm build
|
||||
pnpm start
|
Loading…
Reference in a new issue