File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 6
6
"module" : " dist/es/src/index.js" ,
7
7
"types" : " dist/es/src/index.d.ts" ,
8
8
"scripts" : {
9
- "build" : " npm run clean && tsc -b" ,
9
+ "build" : " npm run clean && npm run build:esm" ,
10
+ "build:esm" : " tsc" ,
10
11
"lint" : " eslint . --ext .ts" ,
11
12
"lint:fix" : " eslint . --ext .ts --fix" ,
12
13
"clean" : " rm -rf ./dist" ,
Original file line number Diff line number Diff line change 6
6
"module" : " dist/es/src/index.js" ,
7
7
"types" : " dist/es/src/index.d.ts" ,
8
8
"scripts" : {
9
- "build" : " npm run clean && tsc -b" ,
9
+ "build" : " npm run clean && npm run build:esm" ,
10
+ "build:esm" : " tsc" ,
10
11
"test:node" : " vitest run" ,
11
12
"test:browser" : " vitest run --browser.name=chrome --browser.headless" ,
12
13
"test" : " npm run test:node && npm run test:browser" ,
Original file line number Diff line number Diff line change 6
6
"module" : " dist/es/src/index.js" ,
7
7
"types" : " dist/es/src/index.d.ts" ,
8
8
"scripts" : {
9
- "build" : " npm run clean && tsc -b" ,
9
+ "build" : " npm run clean && npm run build:esm" ,
10
+ "build:esm" : " tsc" ,
10
11
"test:browser" : " vitest run --browser.name=chrome --browser.headless" ,
11
12
"test:node" : " vitest --run" ,
12
13
"test" : " npm run test:node && npm run test:browser" ,
Original file line number Diff line number Diff line change 22
22
"module" : " dist/es/src/index.js" ,
23
23
"types" : " dist/es/src/index.d.ts" ,
24
24
"scripts" : {
25
- "build" : " npm run clean && tsc -b" ,
25
+ "build" : " npm run clean && npm run build:esm" ,
26
+ "build:esm" : " tsc" ,
26
27
"clean" : " rm -rf ./dist" ,
27
28
"lint" : " eslint . --ext .ts" ,
28
29
"lint:fix" : " eslint . --ext .ts --fix" ,
You can’t perform that action at this time.
0 commit comments