|
@@ -86,7 +86,7 @@
|
|
"deploy": "kubectl apply -f infra/kube/companion-kube.yml",
|
|
"deploy": "kubectl apply -f infra/kube/companion-kube.yml",
|
|
"prepublishOnly": "npm run build",
|
|
"prepublishOnly": "npm run build",
|
|
"start": "node ./lib/standalone/start-server.js",
|
|
"start": "node ./lib/standalone/start-server.js",
|
|
- "test": "bash -c 'npm run build && source env.test.sh && jest'",
|
|
|
|
|
|
+ "test": "node test/run",
|
|
"test:watch": "npm test -- --watch"
|
|
"test:watch": "npm test -- --watch"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|