We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93382df commit d87556bCopy full SHA for d87556b
package.json
@@ -10,7 +10,8 @@
10
"test": "jest",
11
"lint": "eslint 'src/**'",
12
"debug:findTokens": "node cli.js findTokens --filePath ./test/fixtures/findTokens/container.js --onlyUndefined",
13
- "debug:sanitize": "node cli.js sanitize --filePath ./test/fixtures/sanitize/container.js"
+ "debug:sanitize": "node cli.js sanitize --filePath ./test/fixtures/sanitize/container.js",
14
+ "prepare": "husky install"
15
},
16
"repository": {
17
"type": "git",
0 commit comments