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
1212coverage
1313.env
1414.dccache
15- dist /*
15+ dist /*
16+ * .log
Original file line number Diff line number Diff line change 2020 "./package.json" : " ./package.json"
2121 },
2222 "scripts" : {
23- "prepare" : " husky && chmod +x .husky/pre-commit && npm run build" ,
23+ "prepare" : " npm run build" ,
2424 "test" : " jest ./test/unit" ,
2525 "test:unit" : " jest ./test/unit" ,
2626 "test:api" : " jest ./test/api" ,
3030 "build" : " NODE_OPTIONS='--max-old-space-size=16384' tsup" ,
3131 "build:cjs" : " node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json && node tools/rename-cjs.cjs" ,
3232 "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"
3435 },
3536 "dependencies" : {
3637 "@contentstack/core" : " ^1.2.0" ,
You can’t perform that action at this time.
0 commit comments