File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ tap-html.html
12
12
coverage
13
13
.env
14
14
.dccache
15
- dist /*
15
+ dist /*
16
+ * .log
Original file line number Diff line number Diff line change 20
20
"./package.json" : " ./package.json"
21
21
},
22
22
"scripts" : {
23
- "prepare" : " husky && chmod +x .husky/pre-commit && npm run build" ,
23
+ "prepare" : " npm run build" ,
24
24
"test" : " jest ./test/unit" ,
25
25
"test:unit" : " jest ./test/unit" ,
26
26
"test:api" : " jest ./test/api" ,
30
30
"build" : " NODE_OPTIONS='--max-old-space-size=16384' tsup" ,
31
31
"build:cjs" : " node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json && node tools/rename-cjs.cjs" ,
32
32
"build:esm" : " node tools/cleanup esm && tsc -p config/tsconfig.esm.json" ,
33
- "build:types" : " node tools/cleanup types && tsc -p config/tsconfig.types.json"
33
+ "build:types" : " node tools/cleanup types && tsc -p config/tsconfig.types.json" ,
34
+ "husky-check" : " npm run build && husky && chmod +x .husky/pre-commit"
34
35
},
35
36
"dependencies" : {
36
37
"@contentstack/core" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments