Add function to assign sub checks to dice

This commit is contained in:
Johannes Loher 2021-03-13 02:27:09 +01:00
parent 07bcd3a58e
commit ea5eee709e
3 changed files with 299 additions and 0 deletions

View file

@ -39,6 +39,7 @@
"lint": "eslint 'src/**/*.ts' --cache",
"lint:fix": "eslint 'src/**/*.ts' --cache --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci --reporters=default --reporters=jest-junit",
"format": "prettier --write 'src/**/*.(ts|json|scss)'",
"postinstall": "husky install"