File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 29
29
"./package.json" : " ./package.json"
30
30
},
31
31
"scripts" : {
32
- "clean" : " rimraf ./build && rimraf ./coverage" ,
32
+ "clean" : " rimraf ./dist && rimraf ./coverage" ,
33
33
"test:eslint" : " eslint --ext .ts,.tsx ./src" ,
34
34
"test:types" : " tsc --noEmit" ,
35
35
"test:lib" : " vitest run --coverage" ,
36
36
"test:lib:dev" : " pnpm run test:lib --watch" ,
37
37
"test:build" : " publint --strict" ,
38
- "build" : " pnpm build:rollup" ,
39
- "build:rollup" : " rollup --config rollup.config.js"
38
+ "build" : " rollup --config rollup.config.js"
40
39
},
41
40
"files" : [
42
41
" dist" ,
Original file line number Diff line number Diff line change 3
3
"compilerOptions" : {
4
4
"jsx" : " preserve" ,
5
5
"jsxImportSource" : " solid-js" ,
6
- "outDir" : " ./build/lib " ,
6
+ "outDir" : " ./dist " ,
7
7
"types" : [" vitest/globals" ]
8
8
},
9
9
"include" : [" src" ]
You can’t perform that action at this time.
0 commit comments