Add access control (#65)
This commit is contained in:
+3
-1
@@ -6,7 +6,9 @@
|
||||
"scripts": {
|
||||
"exportSQL": "cd src/__test__/db_generator/ && npm install && node index.js && cd ../../../",
|
||||
"test": "npm run exportSQL && jest --detectOpenHandles",
|
||||
"test:dev": "npm run exportSQL && jest --watch"
|
||||
"test:dev": "npm run exportSQL && jest --watch",
|
||||
"unit:dev": "jest --watch src/__test__/unit.test.ts",
|
||||
"test:manual": "cd manual-tests && ts-node test-scopes.ts"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user