File tree Expand file tree Collapse file tree
packages/lit-task-auto-top-up Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 " dist"
2424 ],
2525 "scripts" : {
26- "stub-fix" : " if [[ \" $OSTYPE\" == \" darwin\" * ]]; then pnpm run stub-fix:darwin; else pnpm run stub-fix:linux; fi" ,
27- "stub-fix:darwin" : " find ./dist -type f -name \" *.ts\" -exec sed -i '' 's/\" ;$/.js\" /g' {} \\ ;" ,
28- "stub-fix:linux" : " find ./dist -type f -name \" *.ts\" -exec sed -i 's/\" ;$/.js\" /g' {} \\ ;" ,
2926 "build" : " pnpm unbuild" ,
3027 "lint" : " pnpm eslint ." ,
3128 "clean" : " pnpm exec rm -Rf node_modules dist" ,
32- "stuborig" : " pnpm unbuild --stub" ,
33- "stub" : " pnpm unbuild --stub && pnpm run stub-fix" ,
29+ "stub" : " pnpm unbuild --stub" ,
3430 "test" : " pnpm mocha" ,
35- "dev" : " pnpm stub && echo 'Stubbed the package for local use! Carry on.'"
31+ "dev" : " pnpm -r build && echo 'Built the package for local use! Carry on.'"
3632 },
3733 "dependencies" : {
3834 "@hokify/agenda" : " ^6.3.0" ,
You can’t perform that action at this time.
0 commit comments