Add node:test script to package.json for running Node.js tests
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
"test": "chest test",
|
"test": "chest test",
|
||||||
"jest": "npx jest",
|
"jest": "npx jest",
|
||||||
"mocha": "npx mocha",
|
"mocha": "npx mocha",
|
||||||
|
"node:test": "node --test",
|
||||||
"build": "mbt build -t gen --mtar mta.tar",
|
"build": "mbt build -t gen --mtar mta.tar",
|
||||||
"deploy": "cf deploy gen/mta.tar",
|
"deploy": "cf deploy gen/mta.tar",
|
||||||
"undeploy": "cf undeploy capire.samples --delete-services --delete-service-keys"
|
"undeploy": "cf undeploy capire.samples --delete-services --delete-service-keys"
|
||||||
|
|||||||
Reference in New Issue
Block a user