chore: move regime to github
This commit is contained in:
parent
3fc9e6dab1
commit
30167c7f45
4 changed files with 17 additions and 20 deletions
|
|
@ -9,12 +9,12 @@
|
|||
]
|
||||
},
|
||||
"scripts": {
|
||||
"start": "hypeup generate --dir src/routes --watch",
|
||||
"build": "hypeup generate --dir src/routes",
|
||||
"start": "hypeup generate --watch",
|
||||
"build": "hypeup generate",
|
||||
"check": "tsgo --build",
|
||||
"test": "bun test --pass-with-no-tests --tsconfig-override tsconfig.test.json",
|
||||
"lint": "oxlint",
|
||||
"publish": "rsync -avz dist/ quickbasic.org:~/sigitex.com"
|
||||
"publish": "rsync -avz --delete dist/ sigitex.com:~/sigitex.com"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hypeup/lexicon": "workspace:*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue