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 2929 "./package.json" : " ./package.json"
3030 },
3131 "scripts" : {
32- "clean" : " rimraf ./build && rimraf ./coverage" ,
32+ "clean" : " rimraf ./dist && rimraf ./coverage" ,
3333 "test:eslint" : " eslint --ext .ts,.tsx ./src" ,
3434 "test:types" : " tsc --noEmit" ,
3535 "test:lib" : " vitest run --coverage" ,
3636 "test:lib:dev" : " pnpm run test:lib --watch" ,
3737 "test:build" : " publint --strict" ,
38- "build" : " pnpm build:rollup" ,
39- "build:rollup" : " rollup --config rollup.config.js"
38+ "build" : " rollup --config rollup.config.js"
4039 },
4140 "files" : [
4241 " dist" ,
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "jsx" : " preserve" ,
55 "jsxImportSource" : " solid-js" ,
6- "outDir" : " ./build/lib " ,
6+ "outDir" : " ./dist " ,
77 "types" : [" vitest/globals" ]
88 },
99 "include" : [" src" ]
You can’t perform that action at this time.
0 commit comments