feat: initial CI/CD pipeline, Dockerfile, K8s manifests, build+test scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "signalledger.nl",
|
||||
"version": "1.0.0",
|
||||
"description": "Signal Ledger news site",
|
||||
"scripts": {
|
||||
"build": "node build.js",
|
||||
"test": "node test.js"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user