mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: unit test, push packages with ci/cd
This commit is contained in:
parent
e97aa2c6c3
commit
0300f7fef0
6 changed files with 165 additions and 5 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"main": "src/server.js",
|
||||
"scripts": {
|
||||
"start": "node src/server.js",
|
||||
"migrate": "node src/db/migrate.js"
|
||||
"migrate": "node src/db/migrate.js",
|
||||
"test": "node --test"
|
||||
},
|
||||
"dependencies": {
|
||||
"connect-pg-simple": "^10.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue