Configure Freezer (#741)

This commit is contained in:
Daniel Ternyak 2018-01-07 19:32:04 -06:00 committed by GitHub
parent 92d8ecf353
commit e1c246728e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -153,5 +153,12 @@
"prettier --write --config ./.prettierrc --config-precedence file-override",
"git add"
]
}
},
"freezer": [
"package.json",
"common/freezer.ts",
"common/store.ts",
"common/libs/decrypt.ts",
"common/libs/signing.ts"
]
}