File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-hook-tracer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
"lint-fix-lib" : " yarn workspace react-hook-tracer lint-fix" ,
31
31
"login" : " yarn workspace react-hook-tracer npm login --publish" ,
32
32
"pack-lib" : " yarn pre-pack-publish && yarn workspace react-hook-tracer pack -o 'dist/%s@%v.tgz'" ,
33
- "pre-pack-publish" : " yarn prettier-check && yarn lint-check && yarn clean && yarn build && yarn test" ,
33
+ "pack-lib-no-test" : " yarn clean && yarn build-lib && yarn workspace react-hook-tracer pack -o 'dist/%s@%v.tgz'" ,
34
+ "pre-pack-publish" : " yarn prettier-check && yarn lint-check && yarn clean && yarn build" ,
34
35
"publish-lib" : " yarn pre-pack-publish && yarn workspace react-hook-tracer npm publish" ,
35
36
"tag-release" : " bash-scripts/tag-release.sh" ,
36
37
"test-lib" : " yarn workspace react-hook-tracer test" ,
Original file line number Diff line number Diff line change 39
39
"scripts" : {
40
40
"build" : " rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript" ,
41
41
"build-watch" : " yarn build --watch --configIncludeDeclarationMap" ,
42
- "copy-css" : " mkdir -p dist/components && cp src/components/*.css dist/components" ,
43
42
"clean" : " rm -r dist 2>/dev/null || true && rm -f package.tgz 2>/dev/null || true" ,
44
43
"lint-check" : " eslint . --cache . --max-warnings 0" ,
45
44
"lint-fix" : " yarn lint-check --fix" ,
You can’t perform that action at this time.
0 commit comments