Skip to content

Commit ea8f974

Browse files
author
Viktor Pasynok
committed
changed: smth
1 parent d046082 commit ea8f974

File tree

8 files changed

+208
-1248
lines changed

8 files changed

+208
-1248
lines changed

.size-limit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{ "path": "dist/index.js", "limit": "1.2 kB" }]
1+
[{ "path": "dist/index.js", "limit": "800 B" }]

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
build:
2-
rm -rf ./dist && npx tsup src/index.ts --minify --format esm --dts
3-
4-
test:
5-
npx vitest --coverage
2+
rm -rf ./dist && npx tsup src/index.tsx --minify --format esm --dts
63

74
lint:
85
npx size-limit
96

107
prepublish:
11-
make build && make lint && make test
8+
make build && make lint
129

1310
publish:
1411
npm i && make prepublish && npx clean-publish

0 commit comments

Comments
 (0)