feat: various improvements
This commit is contained in:
parent
6598030888
commit
4999423af4
9 changed files with 42 additions and 23 deletions
|
|
@ -22,10 +22,10 @@
|
|||
"check": "tsgo --build",
|
||||
"test": "bun test --pass-with-no-tests --tsconfig-override tsconfig.test.json",
|
||||
"lint": "oxlint",
|
||||
"start": "hypeup generate --dir src/routes --watch",
|
||||
"build": "hypeup generate --dir src/routes",
|
||||
"publish:main": "rsync -avz dist/ quickbasic.org:~/da.nfin.ch",
|
||||
"publish:errilaz": "rsync -avz errilaz.org/ quickbasic.org:~/errilaz.org",
|
||||
"start": "hypeup generate --watch",
|
||||
"build": "hypeup generate",
|
||||
"publish:main": "rsync -avz --delete dist/ da.nfin.ch:~/da.nfin.ch",
|
||||
"publish:errilaz": "rsync -avz --delete errilaz.org/ da.nfin.ch:~/errilaz.org",
|
||||
"publish": "bun run publish:main && bun run publish:errilaz"
|
||||
},
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue