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