Add function to assign sub checks to dice
This commit is contained in:
parent
07bcd3a58e
commit
ea5eee709e
3 changed files with 299 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue