File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 29
29
},
30
30
"types" : " ./index.d.ts" ,
31
31
"scripts" : {
32
- "prepublishOnly " : " npm run compile" ,
32
+ "prepare " : " npm run compile" ,
33
33
"compile" : " tsc -p tsconfig.json && api-extractor run && rimraf 'dist/**/*.d.ts*' && gen-esm-wrapper . ./dist/.esm-wrapper.mjs" ,
34
34
"typecheck" : " tsc -p tsconfig-lint.json --noEmit" ,
35
35
"eslint" : " eslint" ,
43
43
"test-cov" : " nyc -x \" **/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test" ,
44
44
"test-watch" : " npm run test -- --watch" ,
45
45
"test-ci" : " npm run test-cov" ,
46
- "reformat" : " npm run prettier -- --write . && npm run eslint . -- --fix" ,
47
- "prepare" : " husky install || true" ,
48
- "precommit" : " precommit"
46
+ "reformat" : " npm run prettier -- --write . && npm run eslint . -- --fix"
49
47
},
50
48
"devDependencies" : {
51
49
"@microsoft/api-extractor" : " ^7.52.8" ,
You can’t perform that action at this time.
0 commit comments