alpha
This commit is contained in:
@@ -15,7 +15,14 @@
|
||||
"test:coverage": "jest --coverage --forceExit --maxWorkers=4",
|
||||
"test:unit": "NODE_ENV=test jest tests/unit",
|
||||
"test:integration": "NODE_ENV=test jest tests/integration",
|
||||
"test:ci": "NODE_ENV=test jest --ci --coverage --maxWorkers=2"
|
||||
"test:ci": "NODE_ENV=test jest --ci --coverage --maxWorkers=2",
|
||||
"alpha:add": "NODE_ENV=dev node scripts/manageAlphaInvitations.js add",
|
||||
"alpha:list": "NODE_ENV=dev node scripts/manageAlphaInvitations.js list",
|
||||
"alpha:revoke": "NODE_ENV=dev node scripts/manageAlphaInvitations.js revoke",
|
||||
"alpha:restore": "NODE_ENV=dev node scripts/manageAlphaInvitations.js restore",
|
||||
"alpha:resend": "NODE_ENV=dev node scripts/manageAlphaInvitations.js resend",
|
||||
"alpha:bulk": "NODE_ENV=dev node scripts/manageAlphaInvitations.js bulk",
|
||||
"alpha:help": "node scripts/manageAlphaInvitations.js help"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user